Files
Sensor-Watch/apps/pro-rainbow-test/make/Makefile
2023-02-03 15:45:39 -06:00

11 lines
108 B
Makefile
Executable File

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