X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=781620b0050022b75b333369ba32feaadeab2462;hb=0a4a3a68d48188e50ae321557f4527a8dffaf73a;hp=8231fa877de338dfa7e883e672a44f1593732c92;hpb=68356d7dd54f4a1a32eb5d015acee3769e8d6dd9;p=vsys.git diff --git a/Makefile b/Makefile index 8231fa8..781620b 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ include .dep docs: *.ml ocamldoc -d . -html -o docs *.ml - mv *.html *.css docs + mkdir -p docs;mv *.html *.css docs ocaml_inotify-0.4/inotify.cmxa: $(MAKE) -C ocaml_inotify-0.4 && cp -f ocaml_inotify-0.4/inotify_stubs.o ./ @@ -56,7 +56,7 @@ install: vsys cp vsys $(INSTALL_DIR)/usr/bin cp vsys-initscript $(INSTALL_DIR)/etc/init.d/vsys -dep: +.dep: ocamldep *.ml > .dep clean: