]> matita.cs.unibo.it Git - helm.git/commitdiff
Path fixed.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 2 Aug 2012 15:56:00 +0000 (15:56 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 2 Aug 2012 15:56:00 +0000 (15:56 +0000)
matita/matita/lib/Makefile

index f463d32e92ddf8bdd988b8c6f7f46488b744493f..077e945ceb271d274d5f3fcc7850b5a90c68e5e7 100644 (file)
@@ -1,6 +1,6 @@
 all:
        touch extraction.ma
-       EXTRACT_HASKELL=1 ~/unison_homes/mowgli/matita1.0-reallyfresh/matita/matitac extraction.ma 2> /tmp/foo.hs
+       EXTRACT_HASKELL=1 ../matitac extraction.ma 2> /tmp/foo.hs
        cat preamble.hs /tmp/foo.hs > extraction.hs
 
 .PHONY: all