10 lines
205 B
Makefile
10 lines
205 B
Makefile
|
INCLUDES += application
|
||
|
DOC_SRC += application
|
||
|
|
||
|
ifeq ($(APP), example_semaphore)
|
||
|
include application/example_semaphore/example_semaphore.mk
|
||
|
endif
|
||
|
ifeq ($(APP), test)
|
||
|
include application/test/test.mk
|
||
|
endif
|