git-annex/Makefile
Joey Hess c67521741a add
2010-10-10 00:18:16 -04:00

7 lines
95 B
Makefile

git-annex:
ghc --make git-annex
clean:
rm -f git-annex *.o *.hi *.ho *.a
.PHONY: git-annex