diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-31 14:32:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-31 14:32:18 -0400 |
commit | 1576c48c80e4806b6021ec66f0dc645cf0a83486 (patch) | |
tree | d22b6f821f8367b678663fe49616cb7047ce60b1 /Makefile | |
parent | dc12ce762e521a5db052346eb67590ca62e4f2f6 (diff) |
more Wall cleaning
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |