Revisió 352eb62b
Afegit per Pau Escrich fa més de 13 anys
| Makefile | ||
|---|---|---|
|
cat README | more || true
|
||
|
|
||
|
build: checkout
|
||
|
$(call pre_build)
|
||
|
$(if $(TARGET),$(call build_src))
|
||
|
$(call post_build)
|
||
|
|
||
També disponible a: Unified diff
PRE_BUILD was missing in build function