Support adding "make help" text

This commit is contained in:
Eelco Dolstra 2014-02-01 11:47:34 +01:00
parent f324b49ea1
commit 35107038f7
2 changed files with 16 additions and 7 deletions

View file

@ -5,3 +5,7 @@ clean:
dryclean:
@for i in $(clean_files); do if [ -e $$i ]; then echo $$i; fi; done | sort
print-top-help += \
echo " clean: Delete generated files"; \
echo " dryclean: Show what files would be deleted by 'make clean'";