2021-08-28 14:13:03 -04:00

10 lines
91 B
Makefile
Executable File

include ../../make.mk
INCLUDES += \
-I../
SRCS += \
../app.c
include ../../rules.mk