Files
cpp/radio/processor/test/Makefile
T
2022-06-01 13:53:48 +00:00

9 lines
202 B
Makefile

include ./config.mk
NAME := Test-1.0
CXX_SRCS += main.cpp test01.cpp test02.cpp TestBlock.cpp NullSource.cpp NullSink.cpp
DEFINES +=
INCLUDES += -I $(CURDIR) -I ../src
include $(MAKE_HOME)/compile.mk