diff options
| author | randogoth <kflux@posteo.de> | 2023-04-16 15:13:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-16 10:13:21 -0400 |
| commit | 2b876236112b8f7f85d4ff0675f8fac8ddc190b9 (patch) | |
| tree | b669b29f1cf7e0fabad5a10c5b293f18a4dcaff9 /movement/make/Makefile | |
| parent | 462f24b31321107834d00016d0b07aa044be5d7e (diff) | |
| download | Sensor-Watch-2b876236112b8f7f85d4ff0675f8fac8ddc190b9.tar.gz Sensor-Watch-2b876236112b8f7f85d4ff0675f8fac8ddc190b9.tar.bz2 Sensor-Watch-2b876236112b8f7f85d4ff0675f8fac8ddc190b9.zip | |
Planetary Hours Faces (#234)
* initial setup & test
* simplified solar calulcation function
* Initial Release
* initial setup
* UTC offset fixes
* finished and cleaned up
* renamed faces
* optimizations & astro symbols
* wrapping ruler
* cleanup
* optimizations
* merged latest place_face
* documentation
* fixed faster seconds
* removed place_face from branch
* reset config
---------
Co-authored-by: NN Solex <info@sublunar.space>
Co-authored-by: joeycastillo <joeycastillo@utexas.edu>
Diffstat (limited to 'movement/make/Makefile')
| -rw-r--r-- | movement/make/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile index 4614cd27..50ba05cf 100644 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -104,6 +104,8 @@ SRCS += \ ../watch_faces/sensor/lightmeter_face.c \ ../watch_faces/complication/discgolf_face.c \ ../watch_faces/complication/habit_face.c \ + ../watch_faces/complication/planetary_time_face.c \ + ../watch_faces/complication/planetary_hours_face.c \ ../watch_faces/complication/breathing_face.c \ ../watch_faces/clock/repetition_minute_face.c \ ../watch_faces/complication/timer_face.c \ |
