diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2022-04-20 08:25:45 -0400 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-04-20 08:25:45 -0400 |
commit | 4bc4198cc616240a1dded8338d18fbf73e42a4e2 (patch) | |
tree | 41e225983dd08bff83fea438280379d7cf4ef35c /movement/make | |
parent | 6e9e264c65f30e4046efbf27ebe801cd1f338122 (diff) | |
parent | c4de155083d1f5574138976d7d697e572dc12a03 (diff) | |
download | Sensor-Watch-4bc4198cc616240a1dded8338d18fbf73e42a4e2.tar.gz Sensor-Watch-4bc4198cc616240a1dded8338d18fbf73e42a4e2.tar.bz2 Sensor-Watch-4bc4198cc616240a1dded8338d18fbf73e42a4e2.zip |
Merge branch '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 03b18190..3bed1963 100755 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -55,6 +55,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 \ ../watch_faces/complication/orrery_face.c \ ../watch_faces/complication/astronomy_face.c \ ../watch_faces/complication/tomato_face.c \ |