WEBROOT = /srv/www/pipeframe.xyz FILES += index.html FILES += style.css FILES += pipeframe.png FILES += robots.txt install: FORCE cp -ar $(FILES) $(WEBROOT) uninstall: FORCE $(RM) -r $(FILES:%=$(WEBROOT)/%) .PHONY: FORCE