summaryrefslogtreecommitdiff
path: root/guw/makefile
blob: 8931c32f81a0c92451e7518be07f4f9a3def744c (plain)
1
2
3
4
5
sources = guw.cc

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