diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2021-12-05 23:06:25 -0600 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2021-12-10 11:54:16 -0500 |
commit | 316e1f292c603885f2af3dcd69ce797d64776425 (patch) | |
tree | 96eeba3e256e49ec6393a39767098e3975426454 /apps/spi-test/make/Makefile | |
parent | 616587a2030be054277ef74fdbf0be626684db3c (diff) | |
download | Sensor-Watch-316e1f292c603885f2af3dcd69ce797d64776425.tar.gz Sensor-Watch-316e1f292c603885f2af3dcd69ce797d64776425.tar.bz2 Sensor-Watch-316e1f292c603885f2af3dcd69ce797d64776425.zip |
rename project files
Diffstat (limited to 'apps/spi-test/make/Makefile')
-rwxr-xr-x | apps/spi-test/make/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/spi-test/make/Makefile b/apps/spi-test/make/Makefile new file mode 100755 index 00000000..c66ad20c --- /dev/null +++ b/apps/spi-test/make/Makefile @@ -0,0 +1,10 @@ +TOP = ../../.. +include $(TOP)/make.mk + +INCLUDES += \ + -I../ + +SRCS += \ + ../app.c + +include $(TOP)/rules.mk |