fc77b0b2e5
2006/08/10 20:00:22 vq 1.1.2.1: #i68312# Import guw sources.
4 lines
64 B
Makefile
4 lines
64 B
Makefile
sources = guw.cc
|
|
|
|
guw : $(sources)
|
|
g++ -Wall -o guw $(sources)
|