fix score
[multypo.git] / makefile
1
2 game: game.cpp
3         g++ -g -Wall -o game game.cpp -lX11 -lXi
4