c223a4ac5c
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
9 lines
131 B
Makefile
9 lines
131 B
Makefile
PREFIX=/usr
|
|
BINDIR=$(PREFIX}/bin
|
|
|
|
install:
|
|
cp bin/* $(BINDIR)
|
|
|
|
sync:
|
|
.rsync lyni@tablett:cdist
|
|
.rsync nicosc@free.ethz.ch:cdist
|