diff options
author | Joey Hess <joey@kitenet.net> | 2010-12-12 13:17:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-12-12 13:17:53 -0400 |
commit | 67c5036579a4c4af99711cba45ffffb032262d60 (patch) | |
tree | 7d66cd448e4b7057cc4730aeb00f44950d81b579 /Makefile | |
parent | b805b9ae66d279c4fee20c433e6c218f29103978 (diff) |
Makefile: Add GHCFLAGS variable.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ PREFIX=/usr -GHCOPTS=-O2 -Wall -GHCMAKE=ghc -odir build -hidir build $(GHCOPTS) --make +GHCFLAGS=-O2 -Wall +GHCMAKE=ghc -odir build -hidir build $(GHCFLAGS) --make all: git-annex git-annex.1 docs |