*** empty log message ***
authorSapan Bhatia <sapanb@cs.princeton.edu>
Fri, 8 Jun 2007 19:59:02 +0000 (19:59 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Fri, 8 Jun 2007 19:59:02 +0000 (19:59 +0000)
Makefile
vsys

index 893aa9a..46610dd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,9 @@ vsys: inotify.cmxa inotify.cmi globals.cmx fdwatcher.cmx dirwatcher.cmx fifowatc
 vsys.b: inotify.cma inotify.cmi globals.cmo fdwatcher.cmo dirwatcher.cmo fifowatcher.cmo frontend.cmo backend.cmo main.cmo
        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
 
+install: vsys
+       cp vsys /usr/bin
+
 dep:
        ocamldep *.ml > .dep
 
diff --git a/vsys b/vsys
index b5df79e..9a3e8c6 100755 (executable)
Binary files a/vsys and b/vsys differ