From 7c8a16289cadf193fdd43e45e855529d6047150d Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sat, 16 Jan 2021 10:21:39 -0500 Subject: modular games; draft 2048 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3