aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f66e648..0db7032 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,7 @@ clean:
rm -f xcross
install:
+ mkdir -p ${DESTDIR}${PREFIX}/bin
cp -f xcross ${DESTDIR}${PREFIX}/bin
chmod 755 ${DESTDIR}${PREFIX}/bin/xcross