We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c712a commit 9dad020Copy full SHA for 9dad020
Utilities.mk
@@ -1,3 +1,6 @@
1
+TO_UPPER=$(shell echo '$1' | tr a-z A-Z)
2
+TO_LOWER=$(shell echo '$1' | tr A-Z a-z)
3
+
4
# Row-major: { for(x:$1) for(y:$2) x(y) }
5
DO_EA=$(foreach L,$1,$(call $L,$2))
6
# Composed row-major: { ... for(z:$3) x(y(z)) }
0 commit comments