summaryrefslogtreecommitdiff
path: root/next-lib/src/Makefile
diff options
context:
space:
mode:
authorbjorn <bjorn@bringert.net>2008-11-03 12:29:28 +0000
committerbjorn <bjorn@bringert.net>2008-11-03 12:29:28 +0000
commitdfd2adad09009a977d1ad69fddc2c6fe042e3a3e (patch)
treed9bad5dc45075c3225f1431d96f9daff88912639 /next-lib/src/Makefile
parent759d648de9972072057fada49ede2281e772be30 (diff)
Added 'parse' target to Make.hs.
Diffstat (limited to 'next-lib/src/Makefile')
-rw-r--r--next-lib/src/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/next-lib/src/Makefile b/next-lib/src/Makefile
index dab5a8a00..c32f1bbbb 100644
--- a/next-lib/src/Makefile
+++ b/next-lib/src/Makefile
@@ -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 ..