X-Git-Url: https://git.xandkar.net/?p=dups.git;a=blobdiff_plain;f=Makefile;h=89c5816e47069c223268331b6e4ceb4b7776b352;hp=d79ad631b969a9b2ca03443bb42a265429eec47f;hb=948ee900b86c5935412cf8a53fc4f55260662249;hpb=cce97c27face42237f2b3757c91ad6e29685d54a diff --git a/Makefile b/Makefile index d79ad63..89c5816 100644 --- 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