10 lines
162 B
Makefile
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
|