office-gobmx/guw/makefile
2009-01-24 12:09:06 +00:00

5 lines
65 B
Makefile

sources = guw.cc
guw : $(sources)
g++ -Wall -o guw $(sources)