diff options
author | joeycastillo <joeycastillo@utexas.edu> | 2023-02-03 15:45:39 -0600 |
---|---|---|
committer | joeycastillo <joeycastillo@utexas.edu> | 2023-02-03 15:45:39 -0600 |
commit | 4fcf33d175119528ae4ec99c34c29656620c3aad (patch) | |
tree | 5e2b7dde5727605a4d5d5d76d441fa114179e6ab /apps/pro-rainbow-test/make/Makefile | |
parent | 60e431d3d7e19357ef86e19326d6b52166bdb55f (diff) | |
download | Sensor-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-x | apps/pro-rainbow-test/make/Makefile | 10 |
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 |