Random word from file #5

This commit is contained in:
2017-05-02 18:22:29 +02:00
parent 83ffee4315
commit 37b129b811
5 changed files with 141 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ CFLAGS = -Wall -g -D_REENTRANT -DVERSION=\"$(VERSION)\"
#LDFLAGS = -lm -lpthread `gtk-config --cflags` `gtk-config --libs` -lgthread
LDFLAGS = -lncurses
OBJ = hangman.o
OBJ = hangman.o prng.o
all: $(OBJ)
$(CC) $(CFLAGS) -o hangman $(OBJ) $(LDFLAGS)