Plasma GitLab Archive
Projects Blog Knowledge

TOP_DIR = ../..

include $(TOP_DIR)/Makefile.rules

.PHONY: all opt generate clean CLEAN distclean install uninstall

all:

opt:

generate:

clean:
	rm -f $(CLEAN_LIST)

CLEAN: clean

distclean: clean
	rm -f META

install:
	$(OCAMLFIND) install pxp-wlex META

uninstall:
	$(OCAMLFIND) remove pxp-wlex

This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml