summaryrefslogtreecommitdiffstats
path: root/apps/sensor-watch-lite-test/make
diff options
context:
space:
mode:
authorjoeycastillo <joeycastillo@utexas.edu>2023-08-17 14:25:33 -0400
committerjoeycastillo <joeycastillo@utexas.edu>2023-08-17 14:35:51 -0400
commitfd2c8c20650c9d2ff332e5da55e0cdd943cf5cc3 (patch)
treed2df4d4fe41d0f2d7f31fb3c853f32b291d2e874 /apps/sensor-watch-lite-test/make
parent15eeca6b599cd007de6aedf96628e3f169eacdc2 (diff)
downloadSensor-Watch-fd2c8c20650c9d2ff332e5da55e0cdd943cf5cc3.tar.gz
Sensor-Watch-fd2c8c20650c9d2ff332e5da55e0cdd943cf5cc3.tar.bz2
Sensor-Watch-fd2c8c20650c9d2ff332e5da55e0cdd943cf5cc3.zip
add sensor watch lite
Diffstat (limited to 'apps/sensor-watch-lite-test/make')
-rwxr-xr-xapps/sensor-watch-lite-test/make/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/sensor-watch-lite-test/make/Makefile b/apps/sensor-watch-lite-test/make/Makefile
new file mode 100755
index 00000000..c66ad20c
--- /dev/null
+++ b/apps/sensor-watch-lite-test/make/Makefile
@@ -0,0 +1,10 @@
+TOP = ../../..
+include $(TOP)/make.mk
+
+INCLUDES += \
+ -I../
+
+SRCS += \
+ ../app.c
+
+include $(TOP)/rules.mk