Makefile: installation

This commit is contained in:
Mirek Kratochvil 2014-06-07 10:36:07 +02:00
parent 7fa4d791f7
commit afcc0b5ede

9
Makefile Normal file
View file

@ -0,0 +1,9 @@
DESTDIR=/usr
install:
cp zb-cleanup ${DESTDIR}/bin/zb-cleanup
cp zb-pull ${DESTDIR}/bin/zb-pull
cp zb-snap ${DESTDIR}/bin/zb-snap
cp zb-cron ${DESTDIR}/bin/zb-cron