Added 'parse' target to Make.hs.

This commit is contained in:
bjorn
2008-11-03 12:29:28 +00:00
parent e2fb4aa24d
commit bd7e0bd496
7 changed files with 12 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ RUNMAKE=$(RUNGHC) Make.hs
GF_LIB_PATH=..
.PHONY: all present alltenses lang api math prelude test demo synopsis link compiled constructX clean
.PHONY: all present alltenses lang api math prelude test demo parse synopsis link compiled constructX clean
all: link prelude constructX present alltenses compat
@@ -38,6 +38,9 @@ test:
demo:
$(RUNMAKE) demo
parse:
$(RUNMAKE) parse
synopsis:
cd doc ; $(RUNGHC) MkSynopsis ; cd ..