changeset 779:45b5859651a6

Print instructions when no target is given.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 02 Jun 2009 11:51:51 +0000
parents 065619974041
children b3f030ae269c
files www/Makefile
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/www/Makefile	Mon Jun 01 11:35:41 2009 +0000
+++ b/www/Makefile	Tue Jun 02 11:51:51 2009 +0000
@@ -1,5 +1,8 @@
 include ../config.mak
 
+all:
+	@echo "Use 'make upload' or 'make dload'."
+
 upload: *.php wizards.txt faq.xml
 	scp $? $(UPURL2)
 	touch $@