git-annex/Makefile

9 lines
125 B
Makefile
Raw Normal View History

2010-10-10 04:18:16 +00:00
git-annex:
2010-10-14 07:46:34 +00:00
mkdir -p build
ghc -odir build -hidir build --make git-annex
2010-10-10 04:18:16 +00:00
clean:
2010-10-14 07:46:34 +00:00
rm -rf build git-annex
2010-10-10 04:18:16 +00:00
.PHONY: git-annex