diff options
Diffstat (limited to 'next-lib/src/Makefile')
| -rw-r--r-- | next-lib/src/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/next-lib/src/Makefile b/next-lib/src/Makefile index 18a1f6bed..fad7db343 100644 --- a/next-lib/src/Makefile +++ b/next-lib/src/Makefile @@ -1,6 +1,8 @@ RUNGHC=runghc RUNMAKE=$(RUNGHC) Make.hs +GF_LIB_PATH=.. + .PHONY: all present alltenses lang api math prelude test demo synopsis link compiled clean all: link prelude present alltenses compat |
