
include ../Makefile.conf

a.out:
	gcc -Wall -L$(XLIBDIR) wnntest.cc ../qWnn.o ../libs/misc.o -lwnn -lstdc++ -lX11 -lcrypt
