TOP_DIR = ../..
include $(TOP_DIR)/Makefile.rules

all:

opt:

clean:
	rm -f META

CLEAN: clean

distclean:

install:
	$(OCAMLFIND) install pxp META

uninstall:
	$(OCAMLFIND) remove pxp
