git-annex/Makefile

9 lines
125 B
Makefile
Raw Normal View History

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