X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=polymorphic-life%2F001%2FMakefile;h=2bb078b337c9eed94ef273c65b53ba96c9256ca2;hb=a11a1be504aafdc2530ac8f41a3a9f247836c63b;hp=76658f03722d7f9f2da44b508cfd4d10c653e188;hpb=59422e31cf4779a7fb21d205273d67e45d1f6732;p=cellular-automata.git diff --git a/polymorphic-life/001/Makefile b/polymorphic-life/001/Makefile index 76658f0..2bb078b 100644 --- a/polymorphic-life/001/Makefile +++ b/polymorphic-life/001/Makefile @@ -9,7 +9,8 @@ build: -use-ocamlfind \ -package core \ -tag thread \ - -cflags "-w +A" \ + -tag short-paths \ + -cflags "-w +A-44" \ src/$(executable_name_ext) @mkdir -p bin/ @cp _build/src/$(executable_name_ext) bin/$(executable_name)