2012-06-11 22:39:22 +02:00

10 lines
170 B
Makefile

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