summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2014-12-08 20:33:40 +0100
committerPhilipp Gesang <phg42.2a@gmail.com>2014-12-08 20:33:40 +0100
commit61d4a9200d0ba19b7472386c713a4aba564ba93e (patch)
tree001710d2895387c29e525489e40aeb4a610d3b49 /Makefile
parent27c01eccbad7d74854232b4798879d175d73414b (diff)
downloadluaotfload-61d4a9200d0ba19b7472386c713a4aba564ba93e.tar.gz
[build] include cleanup targets in makefile usage message
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 60dec60..17f583f 100644
--- a/Makefile
+++ b/Makefile
@@ -227,5 +227,8 @@ showtargets:
@echo " ctan package a zipball for uploading to CTAN"
@echo " sign sign zipball"
@echo
+ @echo " clean cleanup side-effects"
+ @echo " mrproper cleanup side-effects as well as make targets"
+ @echo
# vim:noexpandtab:tabstop=8:shiftwidth=2