2012-07-23 15:35:44 -06:00

12 lines
209 B
Makefile

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