7 lines
114 B
Makefile
7 lines
114 B
Makefile
|
#
|
||
|
# CM-specific macros
|
||
|
#
|
||
|
define uniq
|
||
|
$(if $1,$(firstword $1) $(call uniq,$(filter-out $(firstword $1),$1)))
|
||
|
endef
|