diff options
Diffstat (limited to 'movement/make')
-rwxr-xr-x | movement/make/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile index aecd6b58..b595d2dd 100755 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -36,6 +36,7 @@ SRCS += \ ../watch_faces/demos/voltage_face.c \ ../watch_faces/complications/beats_face.c \ ../watch_faces/complications/day_one_face.c \ + ../watch_faces/complications/stopwatch_face.c \ # Leave this line at the bottom of the file; it has all the targets for making your project. include $(TOP)/rules.mk |