diff options
author | Nathan Collins <nathan.collins@gmail.com> | 2012-06-11 00:18:48 -0700 |
---|---|---|
committer | Nathan Collins <nathan.collins@gmail.com> | 2012-06-11 00:18:48 -0700 |
commit | 6eb4f35c0398cb5ec47a5fbe09b085b1e79a53db (patch) | |
tree | 1b9e815f8a2c05e41e6e59345d423d38fcdb6bf1 /Makefile | |
parent | 7753b33c8860486edf37936e30f35da9db7c8f8b (diff) | |
parent | 31065fa4e2b6a1171192f120b89fa469b3829418 (diff) |
Merge branch 'master' into cabal-man-pages
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ PREFIX=/usr -IGNORE=-ignore-package monads-fd +IGNORE=-ignore-package monads-fd -ignore-package monads-tf BASEFLAGS=-Wall $(IGNORE) -outputdir tmp -IUtility -DWITH_S3 GHCFLAGS=-O2 $(BASEFLAGS) |