diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-12-20 15:11:18 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-12-20 15:11:18 +0000 |
| commit | d14358ff8bbb3c40556f497fca1717b38953dd0e (patch) | |
| tree | d01e1d71538afb9678d3f7e6ba60cae5a2c35aa7 /src/Makefile | |
| parent | e4ffd5179740cb5b68f6d96d279bff439b549f44 (diff) | |
merged Gf and Fg classes in generated Haskell
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 7c0273485..421409280 100644 --- a/src/Makefile +++ b/src/Makefile @@ -69,6 +69,10 @@ endif all: unix gfdoc $(BUILD_JAR) lib +static: GHCFLAGS += -optl-static +static: unix + + gf: unix unix: today opt |
