Joey Castillo 87da5f15ea new tests
2022-07-05 22:53:44 -05:00

11 lines
108 B
Makefile
Executable File

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