summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-12-12 13:17:53 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-12-12 13:17:53 -0400
commit67c5036579a4c4af99711cba45ffffb032262d60 (patch)
tree7d66cd448e4b7057cc4730aeb00f44950d81b579 /Makefile
parentb805b9ae66d279c4fee20c433e6c218f29103978 (diff)
Makefile: Add GHCFLAGS variable.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d5f1f652f..c338427df 100644
--- a/Makefile
+++ b/Makefile
@@ -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