cdist/Makefile
Nico Schottelius bf0c2bb6b5 +pub target
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-02-02 21:49:49 +01:00

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