4 lines
129 B
Makefile
4 lines
129 B
Makefile
all: export
|
|
|
|
export:
|
|
rsync --chmod=g+r --exclude=.git -Lrv . files.inm7.de:www/talks/computational-reproduccibility-in-practice
|