Revisió 9f3a2bdf
Afegit per Pau Escrich fa més de 13 anys
| Makefile | ||
|---|---|---|
|
@exit 1
|
||
|
endef
|
||
|
|
||
|
all: build
|
||
|
|
||
|
.checkout_qmp:
|
||
|
@[ "$(DEV)" == "1" ] && echo "Using developer enviroment" || true
|
||
|
git clone $(QMP_GIT) $(BUILD_DIR)/qmp
|
||
| ... | ... | |
|
$(call pre_build)
|
||
|
$(if $(TARGET),$(call build_src))
|
||
|
$(call post_build)
|
||
|
|
||
|
all: build
|
||
|
default: build
|
||
|
world: build
|
||
També disponible a: Unified diff
build as default function