unixpeople.org/Makefile

3 lines
131 B
Makefile
Raw Normal View History

2019-03-08 00:57:01 +01:00
all:
2022-09-06 04:19:58 +02:00
rsync -avr --delete --delete-excluded --exclude=_tmp/ --exclude=*.sh ./* unixpeople.org:/var/www/unixpeople.org/www/htdocs/
2019-03-08 00:57:01 +01:00