summaryrefslogtreecommitdiff
path: root/Makefile
blob: 8b7c9d3a0e4c704c5c404288c5a03cd0ac3f24b9 (plain)
1
2
3
4
5
6
7
git-annex:
	ghc --make git-annex

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

.PHONY: git-annex