diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-16 16:41:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-16 16:41:24 -0400 |
commit | 117e97ea30f6e414a99f413d1e2050da84edd9df (patch) | |
tree | 344ca923d36eabd28baea10454396f9bc2c3c437 /Makefile | |
parent | 909f619c07699fe6c76d40bb4649e07737a0b9ae (diff) |
debianization
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ git-annex: mkdir -p build ghc -odir build -hidir build --make git-annex +install: + install -d $(DESTDIR)/usr/bin + install git-annex $(DESTDIR)/usr/bin + clean: rm -rf build git-annex |