diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2014-12-08 20:33:40 +0100 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-12-08 20:33:40 +0100 |
commit | 61d4a9200d0ba19b7472386c713a4aba564ba93e (patch) | |
tree | 001710d2895387c29e525489e40aeb4a610d3b49 | |
parent | 27c01eccbad7d74854232b4798879d175d73414b (diff) | |
download | luaotfload-61d4a9200d0ba19b7472386c713a4aba564ba93e.tar.gz |
[build] include cleanup targets in makefile usage message
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |