summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-16 16:41:24 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-16 16:41:24 -0400
commit117e97ea30f6e414a99f413d1e2050da84edd9df (patch)
tree344ca923d36eabd28baea10454396f9bc2c3c437 /Makefile
parent909f619c07699fe6c76d40bb4649e07737a0b9ae (diff)
debianization
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 876407de0..d1fcbbeee 100644
--- a/Makefile
+++ b/Makefile
@@ -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