summaryrefslogtreecommitdiffstats
path: root/apps/accelerometer-test/Makefile
diff options
context:
space:
mode:
authorWillian Paixao <willian@ufpa.br>2021-12-11 20:33:58 +0100
committerWillian Paixao <willian@ufpa.br>2021-12-11 20:33:58 +0100
commitd46cc407dfec340606ab4d5841a79b3571ee122a (patch)
tree6b62dcbdf6e5a6866d784522e0a677fb3f5e156e /apps/accelerometer-test/Makefile
parent095466c27046cbe88925ceedf5cb2c1c550c8008 (diff)
downloadSensor-Watch-d46cc407dfec340606ab4d5841a79b3571ee122a.tar.gz
Sensor-Watch-d46cc407dfec340606ab4d5841a79b3571ee122a.tar.bz2
Sensor-Watch-d46cc407dfec340606ab4d5841a79b3571ee122a.zip
update makefile and pipeline workflow
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