sensor-watch/apps/accelerometer-test/Makefile
2021-12-11 20:33:58 +01:00

11 lines
103 B
Makefile
Executable file

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