10 lines
91 B
Makefile
Executable File
10 lines
91 B
Makefile
Executable File
include ../../make.mk
|
|
|
|
INCLUDES += \
|
|
-I../
|
|
|
|
SRCS += \
|
|
../app.c
|
|
|
|
include ../../rules.mk
|