sensor-watch/apps/uart-display/Makefile
2022-03-13 18:03:42 -04:00

11 lines
103 B
Makefile
Executable file

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