sensor-watch/apps/eeprom-emulation-upgrade/Makefile
2022-05-06 17:12:14 -04:00

11 lines
103 B
Makefile
Executable file

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