CoreFW/tests/Makefile

7 lines
100 B
Makefile

PROG = tests
SRCS = tests.c
include ../buildsys.mk
CPPFLAGS += -I../src
LIBS += -L../src -lcorefw