Implement recursive directory walk stream
[dups.git] / Makefile
index d79ad63..89c5816 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ all:
        @$(MAKE) -s build
 
 build:
-       @ocamlbuild -cflags '-w A' $(TARGET)
+       @ocamlbuild -cflags '-w A' -pkg 'unix' $(TARGET)
 
 clean:
        @ocamlbuild -clean
This page took 0.020404 seconds and 4 git commands to generate.