X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=polymorphic-life%2F001%2FMakefile;h=2bb078b337c9eed94ef273c65b53ba96c9256ca2;hb=a11a1be504aafdc2530ac8f41a3a9f247836c63b;hp=40aae7d301d2cc99e821be45c8c2e416df67d8c0;hpb=8c93b722cd62dccd61959609c96ce57e53dbe3e3;p=cellular-automata.git diff --git a/polymorphic-life/001/Makefile b/polymorphic-life/001/Makefile index 40aae7d..2bb078b 100644 --- a/polymorphic-life/001/Makefile +++ b/polymorphic-life/001/Makefile @@ -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)