X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=63594c5f34ef71675f9998ae432da0d9cfd547ab;hb=8ed94d4c37a320acc03f1f3f6523201b42202f00;hp=1987754e71be454b6db5143d803bd6996c2f532c;hpb=86fd747228605ac982394426c8b65c4a327f0b1f;p=vsys.git diff --git a/Makefile b/Makefile index 1987754..63594c5 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ vsys: inotify.cmxa inotify.cmi globals.cmx fdwatcher.cmx dirwatcher.cmx fifowatc ocamlopt str.cmxa unix.cmxa inotify.cmxa globals.cmx fdwatcher.cmx dirwatcher.cmx fifowatcher.cmx frontend.cmx backend.cmx str.cmxa main.cmx -o vsys vsys.b: inotify.cma inotify.cmi globals.ml fdwatcher.ml dirwatcher.ml fifowatcher.ml frontend.ml backend.ml main.ml - ocamlc -g str.cmxa unix.cma inotify.cma globals.cmo fdwatcher.cmo dirwatcher.cmo fifowatcher.cmo frontend.cmo backend.cmo str.cma main.cmo -o vsys.b + ocamlc -g str.cma unix.cma inotify.cma globals.cmo fdwatcher.cmo dirwatcher.cmo fifowatcher.cmo frontend.cmo backend.cmo str.cma main.cmo -o vsys.b install: vsys cp vsys /usr/bin