diff options
| author | bjorn <bjorn@bringert.net> | 2008-11-03 12:29:28 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-11-03 12:29:28 +0000 |
| commit | dfd2adad09009a977d1ad69fddc2c6fe042e3a3e (patch) | |
| tree | d9bad5dc45075c3225f1431d96f9daff88912639 /next-lib/src/Makefile | |
| parent | 759d648de9972072057fada49ede2281e772be30 (diff) | |
Added 'parse' target to Make.hs.
Diffstat (limited to 'next-lib/src/Makefile')
| -rw-r--r-- | next-lib/src/Makefile | 5 |
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 .. |
