diff options
author | Niclas Hoyer <info@niclashoyer.de> | 2023-01-14 17:51:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-14 11:51:33 -0500 |
commit | 2e618850702bc9a55b1a530c89ab928c2d09501c (patch) | |
tree | 4abefa8e4f34726ccf3291af20ad200bf8886cf9 /movement/make | |
parent | 98abdb5c0fc6faadc50a321e804f402cdef917c3 (diff) | |
download | Sensor-Watch-2e618850702bc9a55b1a530c89ab928c2d09501c.tar.gz Sensor-Watch-2e618850702bc9a55b1a530c89ab928c2d09501c.tar.bz2 Sensor-Watch-2e618850702bc9a55b1a530c89ab928c2d09501c.zip |
Add calculator watch face (#111)
Diffstat (limited to 'movement/make')
-rw-r--r-- | movement/make/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile index 1ecb7c28..a8b7f4b8 100644 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -86,6 +86,7 @@ SRCS += \ ../watch_faces/complication/tempchart_face.c \ ../watch_faces/complication/tally_face.c \ ../watch_faces/complication/tarot_face.c \ + ../watch_faces/complication/rpn_calculator_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. |