mirror of
https://github.com/pikvm/ustreamer.git
synced 2025-12-23 18:50:00 +00:00
4 lines
73 B
Makefile
4 lines
73 B
Makefile
define optbool
|
|
$(filter $(shell echo $(1) | tr A-Z a-z), yes on 1)
|
|
endef
|