view www/Makefile @ 2815:11aa4bb37e40

Sync HCbat locs.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 11 Apr 2024 22:43:04 +0300
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} .