summaryrefslogtreecommitdiffstats
path: root/apps/accelerometer-test/Makefile
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-01-04 15:38:42 -0500
committerJoey Castillo <joeycastillo@utexas.edu>2022-01-04 15:38:42 -0500
commitc5ecf1dabdc66818892f37f37bf75cb39d93b5f7 (patch)
treedd054cdb73b1dee7f4c34f43f50b2711fec35f8e /apps/accelerometer-test/Makefile
parent16ac7534c4f5f0b13c2609c26a139e6df3139170 (diff)
parent311cfdb5f45cab25053d7a188a2eb30e2c5e781b (diff)
downloadSensor-Watch-c5ecf1dabdc66818892f37f37bf75cb39d93b5f7.tar.gz
Sensor-Watch-c5ecf1dabdc66818892f37f37bf75cb39d93b5f7.tar.bz2
Sensor-Watch-c5ecf1dabdc66818892f37f37bf75cb39d93b5f7.zip
Merge branch 'main' of https://github.com/joeycastillo/Sensor-Watch into main
Diffstat (limited to 'apps/accelerometer-test/Makefile')
-rwxr-xr-xapps/accelerometer-test/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/accelerometer-test/Makefile b/apps/accelerometer-test/Makefile
new file mode 100755
index 00000000..5534c178
--- /dev/null
+++ b/apps/accelerometer-test/Makefile
@@ -0,0 +1,10 @@
+TOP = ../..
+include $(TOP)/make.mk
+
+INCLUDES += \
+ -I./
+
+SRCS += \
+ ./app.c
+
+include $(TOP)/rules.mk