2012-06-07 12:02:49 -06:00

10 lines
162 B
Makefile

# Hey Emacs, this is a -*- makefile -*-
BINARY = startup
SRC = $(BINARY).c \
../common/hackrf_core.c \
../common/si5351c.c
include ../common/Makefile_inc.mk