summaryrefslogtreecommitdiffstats
path: root/apps/uart-display/Makefile
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-04-06 14:56:18 -0400
committerJoey Castillo <joeycastillo@utexas.edu>2022-04-06 14:56:18 -0400
commit4e89d70f999c8766a9cebe0700e1d6ea9d7bbfcf (patch)
tree2baca9564649801aef3be5dc4600284900d528d6 /apps/uart-display/Makefile
parent2cba47996ed08c83b7c9b2ba521b68fb8a62f666 (diff)
parent1ec1f2e4207405d55c34c936e2c458cb4a7e8806 (diff)
downloadSensor-Watch-4e89d70f999c8766a9cebe0700e1d6ea9d7bbfcf.tar.gz
Sensor-Watch-4e89d70f999c8766a9cebe0700e1d6ea9d7bbfcf.tar.bz2
Sensor-Watch-4e89d70f999c8766a9cebe0700e1d6ea9d7bbfcf.zip
Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into mars-clock
Diffstat (limited to 'apps/uart-display/Makefile')
-rwxr-xr-xapps/uart-display/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/uart-display/Makefile b/apps/uart-display/Makefile
new file mode 100755
index 00000000..5534c178
--- /dev/null
+++ b/apps/uart-display/Makefile
@@ -0,0 +1,10 @@
+TOP = ../..
+include $(TOP)/make.mk
+
+INCLUDES += \
+ -I./
+
+SRCS += \
+ ./app.c
+
+include $(TOP)/rules.mk