11 lines
193 B
Makefile

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