X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fpxp%2Fnetstring%2Ftools%2FMakefile;fp=helm%2FDEVEL%2Fpxp%2Fnetstring%2Ftools%2FMakefile;h=b3c148db7af62508e767b5bff53fcc546395b96d;hb=c03d2c1fdab8d228cb88aaba5ca0f556318bebc5;hp=0000000000000000000000000000000000000000;hpb=758057e85325f94cd88583feb1fdf6b038e35055;p=helm.git diff --git a/helm/DEVEL/pxp/netstring/tools/Makefile b/helm/DEVEL/pxp/netstring/tools/Makefile new file mode 100644 index 000000000..b3c148db7 --- /dev/null +++ b/helm/DEVEL/pxp/netstring/tools/Makefile @@ -0,0 +1,10 @@ +all: + $(MAKE) -C unimap_to_ocaml + +clean: + +CLEAN: clean + $(MAKE) -C unimap_to_ocaml CLEAN + +distclean: clean + $(MAKE) -C unimap_to_ocaml distclean