repo.or.cz
/
GalaxyCodeBases.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
modified: nfig1.py
[GalaxyCodeBases.git]
/
makefiles
/
make0
/
helpers.mk
blob
e046a51c712d443310a2b8786b699bf700315882
1
ifndef
HELPERS_MK
2
HELPERS_MK
=
helpers.mk
3
4
clean
:
5
rm
-
f bootstrap-prefix.sh
6
rm
-
rvf tmp
/
7
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
18
19
endif
20