From: Siraaj Khandkar Date: Fri, 27 Sep 2013 01:52:09 +0000 (-0400) Subject: Use -short-paths X-Git-Url: https://git.xandkar.net/?p=cellular-automata.git;a=commitdiff_plain;h=fe33896d9dab3d0329bce7e5150d9c476cb3a4f6;hp=65dbef41f5989d9d3e8bd1f9067a6235e8062070 Use -short-paths --- diff --git a/polymorphic-life/001/Makefile b/polymorphic-life/001/Makefile index 9328a65..2bb078b 100644 --- a/polymorphic-life/001/Makefile +++ b/polymorphic-life/001/Makefile @@ -9,6 +9,7 @@ build: -use-ocamlfind \ -package core \ -tag thread \ + -tag short-paths \ -cflags "-w +A-44" \ src/$(executable_name_ext) @mkdir -p bin/