summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2023-03-08 13:08:25 +0700
committerGitHub <[email protected]>2023-03-08 13:08:25 +0700
commitbe66f5f57f435ef2d00b3e23f6bd850468d14942 (patch)
treeff576f91fb0dc367c88f37683ed445a7a88fe88c /examples
parent3387c8610876d15216d8ae3a0ce5e938824ead06 (diff)
parent0957902c40633a21e7174cc4d59e6c4b34d1d52a (diff)
Merge pull request #1941 from hathach/minor-ci
Minor ci
Diffstat (limited to 'examples')
-rw-r--r--examples/rules.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/rules.mk b/examples/rules.mk
index 3254112cf..7f3535bba 100644
--- a/examples/rules.mk
+++ b/examples/rules.mk
@@ -196,6 +196,7 @@ get-deps:
git -C $(TOP) submodule update --init $(DEPS_SUBMODULES)
endif
+.PHONY: size
size: $(BUILD)/$(PROJECT).elf
-@echo ''
@$(SIZE) $<