view www/Makefile @ 2785:1cdeef3bed58

Add some skeleton wizard entries.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 23 Mar 2024 19:43:18 +0200
parents 410739abb9c7
children
line wrap: on
line source

include ../config.mak

all:
	@echo "Use 'make upload' or 'make dload'."

upload: *.php *.css *.xml search.js wizards.txt
	$(RSCP_COMMAND) $? $(RSCP_UPLOAD_URL)
	touch $@

dload:
	$(RSCP_COMMAND) $(RSCP_UPLOAD_URL){*.php,*.css,*.xml,search.js,wizards.txt} .