summaryrefslogtreecommitdiffstats
path: root/logo/Makefile
blob: b8dccb07f531f7ac10b78c724a68d9af4aba5669 (plain)
1
2
3
4
5
6
SEND_FILES = *.svg *.png

send:
	rsync -ruvp --chmod=Dugo+rx,Fugo+r $(SEND_FILES) www.fripost.org:/var/www/fripost.org/material/
	@echo; echo Now avialable as; for f in $(SEND_FILES); do echo " - https://fripost.org/material/$$f"; done