play.sh now picks 10 random words out of the dictionary instead of playing all words...
[multypo.git] / makefile
1
2 game: game.cpp
3         g++ -g -Wall -o game game.cpp -lX11 -lXi
4