diff options
Diffstat (limited to 'movement/make/Makefile')
-rwxr-xr-x | movement/make/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile index cf18c37c..6c939cb2 100755 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -67,6 +67,9 @@ SRCS += \ ../watch_faces/complication/orrery_face.c \ ../watch_faces/complication/astronomy_face.c \ ../watch_faces/complication/tomato_face.c \ + ../watch_faces/complication/probability_face.c \ + ../watch_faces/complication/wake_face.c \ +# wake_face.c: Josh Berson, 2022-07-04 # 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. |