We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87163de + 3a68d2f commit 1374a15Copy full SHA for 1374a15
py/circuitpy_defns.mk
@@ -877,4 +877,4 @@ invalid-board:
877
# Print out the value of a make variable.
878
# https://stackoverflow.com/questions/16467718/how-to-print-out-a-variable-in-makefile
879
print-%:
880
- @echo $* = $($*)
+ @echo "$* = "$($*)
0 commit comments