modified: nfig1.py
[GalaxyCodeBases.git] / makefiles / make0 / helpers.mk
blobe046a51c712d443310a2b8786b699bf700315882
1 ifndef HELPERS_MK
2 HELPERS_MK=helpers.mk
4 clean:
5 rm -f bootstrap-prefix.sh
6 rm -rvf tmp/
8 help:
9 @cat README.txt
10 @echo
11 @echo "Available actions (targets):"
12 @echo "----------------------------"
13 @./utils/list_make_targets.sh
14 @echo
15 @echo "To see which commands will be executed by each action, use:"
16 @echo "\$$ make -n action"
17 @echo
19 endif