diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2022-08-02 08:17:26 -0600 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-08-02 08:17:26 -0600 |
commit | bcd3b666848214a735f37a5a4f08b157ba7bb3a1 (patch) | |
tree | 149bd53bbd46ebddd31957cc827a7c40ccf6f1a0 /movement/make/Makefile | |
parent | ed526355f69a931d51a6ebff1b45c70988e7b255 (diff) | |
parent | 6d87f5a6268a9a516d8c577dfd71b39a5bfc384a (diff) | |
download | Sensor-Watch-bcd3b666848214a735f37a5a4f08b157ba7bb3a1.tar.gz Sensor-Watch-bcd3b666848214a735f37a5a4f08b157ba7bb3a1.tar.bz2 Sensor-Watch-bcd3b666848214a735f37a5a4f08b157ba7bb3a1.zip |
Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into lfs
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 1c880fc2..05f3636c 100755 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -65,6 +65,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. |