]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/lib/Makefile
b7d95a5fc22a6fbf2eef0e175c6b5e16d09c7e88
[helm.git] / matita / matita / lib / Makefile
1 all:
2         touch extraction.ma
3         EXTRACT_HASKELL=1 ../matitac extraction.ma 2> /tmp/foo.hs
4         cat preamble.hs /tmp/foo.hs > extraction.hs
5
6 .PHONY: all
7
8 # ghci extraction.hs
9 # Syntax for datatypes: data Foo = Zero | Succ Foo Foo