forked from ungleich-public/cdist
bf0c2bb6b5
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
15 lines
214 B
Makefile
15 lines
214 B
Makefile
PREFIX=/usr
|
|
BINDIR=$(PREFIX}/bin
|
|
|
|
install:
|
|
cp bin/* $(BINDIR)
|
|
|
|
sync:
|
|
.rsync lyni@tablett:cdist
|
|
.rsync nicosc@free.ethz.ch:cdist
|
|
|
|
web:
|
|
cp REAL_README $$HOME/niconetz/software/cdist.mdwn
|
|
|
|
pub:
|
|
git push --mirror
|