summary refs log tree commit diff homepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8a48b53..932d30f 100644
--- a/Makefile
+++ b/Makefile
@@ -7,8 +7,9 @@ LDLIBS = -lcurses
 
 -include config.mk
 
-OBJS += play.o
 OBJS += 2048.o
+OBJS += play.o
+OBJS += snake.o
 
 all: tags play
 
tr> 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe