git-annex/Makefile

8 lines
95 B
Makefile
Raw Normal View History

2010-10-10 04:18:16 +00:00
git-annex:
ghc --make git-annex
clean:
rm -f git-annex *.o *.hi *.ho *.a
.PHONY: git-annex