sensor-watch/apps/accelerometer-test/Makefile

11 lines
103 B
Makefile
Raw Normal View History

2021-12-12 03:33:58 +08:00
TOP = ../..
include $(TOP)/make.mk
INCLUDES += \
2021-12-12 03:33:58 +08:00
-I./
SRCS += \
2021-12-12 03:33:58 +08:00
./app.c
include $(TOP)/rules.mk