summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-31 14:32:18 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-31 14:32:18 -0400
commit1576c48c80e4806b6021ec66f0dc645cf0a83486 (patch)
treed22b6f821f8367b678663fe49616cb7047ce60b1 /Makefile
parentdc12ce762e521a5db052346eb67590ca62e4f2f6 (diff)
more Wall cleaning
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 921eb7067..ed262333a 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ all: git-annex docs
git-annex:
mkdir -p build
- ghc -odir build -hidir build --make git-annex
+ ghc -Wall -odir build -hidir build --make git-annex
install:
install -d $(DESTDIR)/usr/bin