diff options
author | joeycastillo <joeycastillo@utexas.edu> | 2023-04-16 10:37:14 -0400 |
---|---|---|
committer | joeycastillo <joeycastillo@utexas.edu> | 2023-04-16 10:37:14 -0400 |
commit | 721cb8386d0793a99dd1da29c6ee302dceb5ee32 (patch) | |
tree | a8ed72b0fa78e032ea4ab47a09e0cdf2d36f7075 /movement/make/Makefile | |
parent | 1acd2b036911f6cd61e14d48145c3395476d898d (diff) | |
parent | a3fe36f6dbdbde331fb7c10138e4b0c3fa8ad298 (diff) | |
download | Sensor-Watch-721cb8386d0793a99dd1da29c6ee302dceb5ee32.tar.gz Sensor-Watch-721cb8386d0793a99dd1da29c6ee302dceb5ee32.tar.bz2 Sensor-Watch-721cb8386d0793a99dd1da29c6ee302dceb5ee32.zip |
Merge branch 'main' of https://github.com/joeycastillo/Sensor-Watch
Diffstat (limited to 'movement/make/Makefile')
-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 361f7c9d..61b705fa 100644 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -112,6 +112,7 @@ SRCS += \ ../watch_faces/complication/invaders_face.c \ ../watch_faces/clock/world_clock2_face.c \ ../watch_faces/complication/time_left_face.c \ + ../watch_faces/complication/randonaut_face.c \ ../watch_faces/complication/toss_up_face.c \ ../watch_faces/complication/geomancy_face.c \ # New watch faces go above this line. |