cpp not needed
This commit is contained in:
parent
465fb0ebc4
commit
963bfa9673
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@ all: git-annex docs
|
|||
|
||||
git-annex:
|
||||
mkdir -p build
|
||||
ghc -cpp -odir build -hidir build --make git-annex
|
||||
ghc -odir build -hidir build --make git-annex
|
||||
|
||||
install:
|
||||
install -d $(DESTDIR)/usr/bin
|
||||
|
|
Loading…
Reference in a new issue