mirror of
https://github.com/firewalkwithm3/Sensor-Watch.git
synced 2024-11-22 11:10:29 +08:00
14 lines
183 B
Makefile
Executable file
14 lines
183 B
Makefile
Executable file
TOP = ../..
|
|
include $(TOP)/make.mk
|
|
|
|
INCLUDES += \
|
|
-I$(TOP)/littlefs/ \
|
|
-I./
|
|
|
|
SRCS += \
|
|
$(TOP)/littlefs/lfs.c \
|
|
$(TOP)/littlefs/lfs_util.c \
|
|
./app.c
|
|
|
|
include $(TOP)/rules.mk
|