diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-27 18:21:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-27 18:21:32 -0400 |
commit | d4a27c2c8aa9798e19108130b649533e2c9ca9c0 (patch) | |
tree | 9baf32fef05d93d348923d4d07d5d6739afc323e /Makefile | |
parent | dac01dbcd867ad4b0f0a65db07c78028e0f578e2 (diff) |
make `make fast` work in clean tree
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ fast: dist/caballog $$(grep 'ghc --make' dist/caballog | head -n 1 | sed 's/ -O / /') ln -sf dist/build/git-annex/git-annex git-annex -dist/caballog: dist/setup-config +dist/caballog: cabal configure -f-Production cabal build -v2 | tee $@ |