summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-12-12 13:16:34 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-12-12 13:16:34 -0400
commitb805b9ae66d279c4fee20c433e6c218f29103978 (patch)
tree0494173a7ab94ea830dbefb344de704dc0bab5bf /Makefile
parent98ad5402d9b095b07df82f088cf0a19c8298ca0c (diff)
Makefile: Add GHCOPTS variable.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5a3935643..d5f1f652f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
PREFIX=/usr
-GHCMAKE=ghc -Wall -odir build -hidir build -O2 --make
+GHCOPTS=-O2 -Wall
+GHCMAKE=ghc -odir build -hidir build $(GHCOPTS) --make
all: git-annex git-annex.1 docs