X-Git-Url: https://git.cworth.org/git?p=wordgame;a=blobdiff_plain;f=Makefile;h=2e1e7e06a965eacf3da38380f37f4187fc90b3a4;hp=270b2ef3df53bbc84c3e42569f1469e8f0175964;hb=352e7bb836a852c4df6810e6be58990f602cf7a1;hpb=38b0d9c74ac0bd90a6249b0ec45ae7c9a41bdaa7 diff --git a/Makefile b/Makefile index 270b2ef..2e1e7e0 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ WGCFLAGS=-Wall -Wextra -Wmissing-prototypes -Wno-unused-parameter PROGRAMS=grid all: $(PROGRAMS) -LIBRARY=dict.o +LIBRARY=dict.o word-game.o grid: grid.o $(LIBRARY) $(CC) $(CFLAGS) $(WGCFLAGS) $(LDFLAGS) -lreadline -lm -o $@ $^