diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-10 00:18:16 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-10 00:18:16 -0400 |
commit | c67521741abd9a49ebf43d6c649fe0356fa68fb3 (patch) | |
tree | fa0a1ae3db8223cab6be99cea5b9fc8879af6352 /Makefile | |
parent | d0e82d0b9218a9ff3a693e066c4320c08d4d1c47 (diff) |
add
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 000000000..8b7c9d3a0 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +git-annex: + ghc --make git-annex + +clean: + rm -f git-annex *.o *.hi *.ho *.a + +.PHONY: git-annex |