X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/02059e7283fa828bb98a52754ec6d9019e858bf0..3786a154ba89635a2fe620d0e9547a2eedeec6a2:/target/Makefile?ds=inline diff --git a/target/Makefile b/target/Makefile index 1b6cbb54e..9a7dff2a7 100644 --- a/target/Makefile +++ b/target/Makefile @@ -51,4 +51,5 @@ image_install: image_compile imagebuilder_install: image_install $(MAKE) -C imagebuilder install -$(eval $(call default_subtargets,)) +%-prereq %-prepare %-download %-clean %-compile %-install: FORCE + $(MAKE) -C $* $(patsubst $*-%,%,$@)