10 lines
161 B
Makefile

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