sensor-watch/apps/buzzer-test/make/Makefile
2021-12-10 11:54:16 -05:00

11 lines
108 B
Makefile
Executable file

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