aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2021-01-16 10:21:39 -0500
committerClyne Sullivan <clyne@bitgloo.com>2021-01-16 10:21:39 -0500
commit7c8a16289cadf193fdd43e45e855529d6047150d (patch)
treed5d2b61dda6f3e2f3d2748c78542d90efb9555be /Makefile
parent245866891a98fca3cacffdfb0a27b3505c7d404b (diff)
modular games; draft 2048
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4eb5c40..cf0172d 100644
--- a/Makefile
+++ b/Makefile
@@ -123,6 +123,8 @@ CSRC = $(ALLCSRC) \
$(TESTSRC) \
dogs.c \
buttons.c \
+ flapbird.c \
+ 2048.c \
main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global