Willem Cazander
35577362c2
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 5s
22 lines
374 B
Makefile
22 lines
374 B
Makefile
|
||
define mb-make-space-newline
|
||
$(MB_ᕽᕽᕽ )
|
||
$(MB_ᕽᕽᕽ )
|
||
endef
|
||
|
||
|
||
define mb-make-space-tab
|
||
$(MB_ᕽᕽᕽ ) $(MB_ᕽᕽᕽ )
|
||
endef
|
||
|
||
|
||
define mb-make-space-white
|
||
$(MB_ᕽᕽᕽ )$(subst ,, )
|
||
endef
|
||
|
||
|
||
define mb-make-space-white-to-comma
|
||
$(MB_ᕽᕽᕽ )$(subst $(call mb-make-call,mb-make-space-white),$(MB_MAKE_COMMA),$1)
|
||
endef
|
||
|