This commit is contained in:
Joey Castillo
2021-10-22 23:55:06 -04:00
parent f1a706792e
commit e3416272cb
3 changed files with 205 additions and 0 deletions

View File

@@ -0,0 +1 @@
build/

View File

@@ -0,0 +1,10 @@
TOP = ../../..
include $(TOP)/make.mk
INCLUDES += \
-I../
SRCS += \
../app.c
include $(TOP)/rules.mk