remove unnecessary mkdir
This commit is contained in:
parent
dffe949963
commit
58fffdb73b
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -3,7 +3,6 @@ all: git-annex docs
|
|||
ghcmake=ghc -Wall -odir build -hidir build --make
|
||||
|
||||
git-annex:
|
||||
mkdir -p build
|
||||
$(ghcmake) git-annex
|
||||
|
||||
install:
|
||||
|
|
Loading…
Reference in a new issue