diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2022-01-25 17:12:56 -0500 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-01-25 17:12:56 -0500 |
commit | f819a18791d6ad5a4f68125928587d0f87833a1c (patch) | |
tree | b551aa3b204b67eda9d7d3a9dac1574ca83d4a76 /movement/make | |
parent | 34c7ecfd96f543a73af664004eaf16d92dfe90ed (diff) | |
download | Sensor-Watch-f819a18791d6ad5a4f68125928587d0f87833a1c.tar.gz Sensor-Watch-f819a18791d6ad5a4f68125928587d0f87833a1c.tar.bz2 Sensor-Watch-f819a18791d6ad5a4f68125928587d0f87833a1c.zip |
movement: add template for watch face generator
Diffstat (limited to 'movement/make')
-rwxr-xr-x | movement/make/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile index 0834eec5..b70d7092 100755 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -50,6 +50,7 @@ SRCS += \ ../watch_faces/complication/sunrise_sunset_face.c \ ../watch_faces/complication/countdown_face.c \ ../watch_faces/complication/blinky_face.c \ +# New watch faces go above this line. # Leave this line at the bottom of the file; it has all the targets for making your project. include $(TOP)/rules.mk |