2025-05-06 23:56:19 -04:00

11 lines
108 B
Makefile
Executable File

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