summaryrefslogtreecommitdiff
path: root/guw/makefile
blob: c8f24e6ddbb2d32c88a8e72ebd9ebeee2c331ecc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
sources = guw.cc

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

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

guw : $(sources)
	g++ -Wall -o guw $(sources)