summaryrefslogtreecommitdiff
path: root/examples/rules.mk
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2021-03-03 15:12:28 +0700
committerGitHub <[email protected]>2021-03-03 15:12:28 +0700
commit7b162ec93f57426a26b351512f2f05156b8fa8b1 (patch)
tree75dc4432c2494aff690b610a35b883dc86176228 /examples/rules.mk
parentd56fad5f38ae77d4d83c3a7e0e4919147a8ab5fc (diff)
parenta298045f6c57ed3bad23ce44a1944016a882e08c (diff)
Merge pull request #692 from hathach/improve-rp2040
Improve rp2040
Diffstat (limited to 'examples/rules.mk')
-rw-r--r--examples/rules.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/rules.mk b/examples/rules.mk
index 2b28a4714..561494c6d 100644
--- a/examples/rules.mk
+++ b/examples/rules.mk
@@ -194,6 +194,8 @@ else
$(RM) -rf $(BUILD)
endif
+endif # GNU Make
+
# Print out the value of a make variable.
# https://stackoverflow.com/questions/16467718/how-to-print-out-a-variable-in-makefile
print-%:
@@ -227,7 +229,6 @@ flash-pyocd: $(BUILD)/$(PROJECT).hex
pyocd flash -t $(PYOCD_TARGET) $<
pyocd reset -t $(PYOCD_TARGET)
-endif # GNU Make
#-------------- Artifacts --------------