3 lines
115 B
Makefile
3 lines
115 B
Makefile
all:
|
|
rsync -avr --delete --delete-excluded --exclude=*.sh ./* unixpeople.org:/var/www/unixpeople.org/www/htdocs/
|
|
|