]> git.cworth.org Git - wordgame/blobdiff - Makefile
Increase the window size a bit
[wordgame] / Makefile
index 6faae151b112dab65a7dd7067f94e47f0cbe1a90..f8756be881f20d594884340048a7a843b3aaf27b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ FANCYLIBS=`pkg-config --libs goocanvas`
 PROGRAMS=grid4 grid5 drill2 rack rack-fancy
 all: $(PROGRAMS)
 
-LIBRARY=dict.o grid.o word-game.o
+LIBRARY=bag.o dict.o grid.o subanagram.o word-game.o
 FANCYLIBRARY=demo-item.o
 
 %: %.o $(LIBRARY)