diff maps/Makefile @ 1512:031708e1dcb9

Update help.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 07 Feb 2015 08:21:04 +0200
parents 3bbafec29fcb
children 835360392879
line wrap: on
line diff
--- a/maps/Makefile	Sat Feb 07 06:39:20 2015 +0200
+++ b/maps/Makefile	Sat Feb 07 08:21:04 2015 +0200
@@ -10,7 +10,7 @@
 	$(addsuffix .png,$(MAPLIST))
 
 all:
-	@echo "Usage: make <maps|fetch|diff|upload>"
+	@echo "Usage: make <maps|fetch|diff|upload|clean>"
 	@echo
 	@echo "maps  : Build HTML, HTML+JS, PNG image and ANSI format maps."
 	@echo "fetch : Fetch latest raw ASCII map data from bat.org."
@@ -19,6 +19,8 @@
 	@echo "        A diff -u of new and old location files is outputted."
 	@echo "upload: Uploads map and loc-files via SCP to server specified in"
 	@echo "        ../config.mak"
+	@echo "clean : Delete all the generated files."
+	@echo
 
 
 maps: $(addsuffix .ppm,$(MAPLIST)) $(TARGETS)