10 lines
205 B
Makefile
Executable File
10 lines
205 B
Makefile
Executable File
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
|