From af8e6c90d8c675b98aba646fd767d55ad88cf252 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 29 Jan 2021 14:08:51 -0500 Subject: Add menu to choose 2048 or snake --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit 1.4.1