8 lines
95 B
Makefile
8 lines
95 B
Makefile
|
git-annex:
|
||
|
ghc --make git-annex
|
||
|
|
||
|
clean:
|
||
|
rm -f git-annex *.o *.hi *.ho *.a
|
||
|
|
||
|
.PHONY: git-annex
|