OCAMLNCFLAGS = -w A -unsafe -inline 5
SOURCES = ../common/io.ml ../common/common.ml wap.ml
RESULT = ../bin/wap
LIBS = unix str
-include OcamlMakefile
