2 lines
132 B
Makefile
2 lines
132 B
Makefile
VPATH = $(shell find $(SRC_PATH) -type d | tr '\n' ':')
|
|
SOURCES = $(shell basename -a $(shell find $(SRC_PATH) -type f -name "*.c"))
|