Joey Castillo e3416272cb WIP
2021-10-22 23:55:06 -04:00

11 lines
108 B
Makefile
Executable File

TOP = ../../..
include $(TOP)/make.mk
INCLUDES += \
-I../
SRCS += \
../app.c
include $(TOP)/rules.mk