Use -short-paths
[cellular-automata.git] / polymorphic-life / 001 / Makefile
index 40aae7d..2bb078b 100644 (file)
@@ -9,6 +9,8 @@ build:
                -use-ocamlfind \
                -package core \
                -tag thread \
+               -tag short-paths \
+               -cflags "-w +A-44" \
                src/$(executable_name_ext)
        @mkdir -p bin/
        @cp _build/src/$(executable_name_ext) bin/$(executable_name)
This page took 0.02339 seconds and 4 git commands to generate.