2 lines
82 B
Makefile
2 lines
82 B
Makefile
|
SRC += $(wildcard $(PROJECT_DIR)/unittest/*.c)
|
||
|
CFLAGS += -I$(PROJECT_DIR)/unittest
|