Revision 12777
Added by Aaron Marcuse-Kubitza over 10 years ago
make.sh | ||
---|---|---|
1 | 1 |
#!/bin/bash -e |
2 |
if false; then #### make target template: |
|
3 |
target() |
|
4 |
{ |
|
5 |
begin_target |
|
6 |
#... |
|
7 |
} |
|
8 |
fi #### |
|
9 |
|
|
2 | 10 |
. "$(dirname "${BASH_SOURCE[0]}")"/util.sh |
3 | 11 |
|
4 | 12 |
if self_not_included; then |
Also available in: Unified diff
lib/sh/make.sh: added make target template