diff options
| author | Joey Castillo <joeycastillo@utexas.edu> | 2022-05-02 18:39:45 -0500 |
|---|---|---|
| committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-05-02 18:39:45 -0500 |
| commit | cd405735351035df657b64547b3dfc6a3d59db56 (patch) | |
| tree | 1cdd5e6b0d0434d20f71045178a1e5e7377eb56f /apps/uart-display/Makefile | |
| parent | 0004c30f422e702fd184a54e9f1d55da878bcd0f (diff) | |
| parent | 35d1f5e647ac1b5fcccdb43ec58058587dd5301b (diff) | |
| download | Sensor-Watch-cd405735351035df657b64547b3dfc6a3d59db56.tar.gz Sensor-Watch-cd405735351035df657b64547b3dfc6a3d59db56.tar.bz2 Sensor-Watch-cd405735351035df657b64547b3dfc6a3d59db56.zip | |
Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into motion-express
Diffstat (limited to 'apps/uart-display/Makefile')
| -rwxr-xr-x | apps/uart-display/Makefile | 10 |
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 |
