12 lines
206 B
Makefile

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