summaryrefslogtreecommitdiffstats
path: root/apps/pro-rainbow-test/make/Makefile
diff options
context:
space:
mode:
authorjoeycastillo <joeycastillo@utexas.edu>2023-02-03 15:45:39 -0600
committerjoeycastillo <joeycastillo@utexas.edu>2023-02-03 15:45:39 -0600
commit4fcf33d175119528ae4ec99c34c29656620c3aad (patch)
tree5e2b7dde5727605a4d5d5d76d441fa114179e6ab /apps/pro-rainbow-test/make/Makefile
parent60e431d3d7e19357ef86e19326d6b52166bdb55f (diff)
downloadSensor-Watch-4fcf33d175119528ae4ec99c34c29656620c3aad.tar.gz
Sensor-Watch-4fcf33d175119528ae4ec99c34c29656620c3aad.tar.bz2
Sensor-Watch-4fcf33d175119528ae4ec99c34c29656620c3aad.zip
work on pro LED, add rainbow test
Diffstat (limited to 'apps/pro-rainbow-test/make/Makefile')
-rwxr-xr-xapps/pro-rainbow-test/make/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/pro-rainbow-test/make/Makefile b/apps/pro-rainbow-test/make/Makefile
new file mode 100755
index 00000000..c66ad20c
--- /dev/null
+++ b/apps/pro-rainbow-test/make/Makefile
@@ -0,0 +1,10 @@
+TOP = ../../..
+include $(TOP)/make.mk
+
+INCLUDES += \
+ -I../
+
+SRCS += \
+ ../app.c
+
+include $(TOP)/rules.mk