diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2022-03-04 14:44:42 -0600 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-03-04 16:29:21 -0600 |
commit | 3025984eb558442e86edf0c99f5d7fbb0d619f10 (patch) | |
tree | b1dfa3ea48afdaa1332673b346aa93eba1375e92 /movement/make | |
parent | ea988208e10dbcf62eff65522ec9f92231d880e9 (diff) | |
download | Sensor-Watch-3025984eb558442e86edf0c99f5d7fbb0d619f10.tar.gz Sensor-Watch-3025984eb558442e86edf0c99f5d7fbb0d619f10.tar.bz2 Sensor-Watch-3025984eb558442e86edf0c99f5d7fbb0d619f10.zip |
movement: first pass at mars clock
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 9231d5ce..415bc152 100755 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -50,6 +50,7 @@ SRCS += \ ../watch_faces/complication/countdown_face.c \ ../watch_faces/complication/blinky_face.c \ ../watch_faces/complication/moon_phase_face.c \ + ../watch_faces/clock/mars_time_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. |