view www/Makefile @ 2769:e39dc8ee9e4a

Minor code cleanups, remove useless counting.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 13 Mar 2024 13:51:40 +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} .