#CXX=g++ -ansi -Wall -O2 -I.. -I../lib
CXX=g++ -Wall -O2 -I.. -I../lib

all:	ws.o
clean:
	rm -rf *.o *~
