summary refs log tree commit diff homepage
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-04-18 23:25:41 -0400
committerJune McEnroe <june@causal.agency>2021-04-18 23:35:45 -0400
commit7a928a34cd2baceead4e4d4a1390cd14059ee314 (patch)
tree03663b1c8f9aea9cb9b04611a91a8049cdf3037b /Makefile
parentAllow cumulative score games (diff)
downloadplay-7a928a34cd2baceead4e4d4a1390cd14059ee314.tar.gz
play-7a928a34cd2baceead4e4d4a1390cd14059ee314.zip
Add freecell
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 932d30f..f8c597c 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,7 @@ LDLIBS = -lcurses
 -include config.mk
 
 OBJS += 2048.o
+OBJS += freecell.o
 OBJS += play.o
 OBJS += snake.o