summaryrefslogtreecommitdiffstats
path: root/movement/make
diff options
context:
space:
mode:
authorTheOnePerson <a.nebinger@web.de>2023-03-11 22:31:17 +0100
committerGitHub <noreply@github.com>2023-03-11 16:31:17 -0500
commitb90e997481f543b59dd1abffdb260324e58b9b5e (patch)
treea67458938144d070092e42d2b83215bbcc79a18b /movement/make
parent9af51de624e0ce6f2976b57cf2e40660c3163cb5 (diff)
downloadSensor-Watch-b90e997481f543b59dd1abffdb260324e58b9b5e.tar.gz
Sensor-Watch-b90e997481f543b59dd1abffdb260324e58b9b5e.tar.bz2
Sensor-Watch-b90e997481f543b59dd1abffdb260324e58b9b5e.zip
Invaders Face (#210)
* invaders face: Initial commit, fully functional so far * invaders face: silence compiler warning * invaders face: prevent involuntary restarts when the game is over and save some bytes on flags --------- Co-authored-by: joeycastillo <joeycastillo@utexas.edu>
Diffstat (limited to 'movement/make')
-rw-r--r--movement/make/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile
index a18c7064..dec3ffab 100644
--- a/movement/make/Makefile
+++ b/movement/make/Makefile
@@ -104,6 +104,7 @@ SRCS += \
../watch_faces/complication/habit_face.c \
../watch_faces/clock/repetition_minute_face.c \
../watch_faces/complication/timer_face.c \
+ ../watch_faces/complication/invaders_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.