5 lines
109 B
Makefile
5 lines
109 B
Makefile
|
|
icons := env_var('ICONS')
|
||
|
|
|
||
|
|
install:
|
||
|
|
find ./scalable -type f -exec install -Dm0644 {} {{icons}}/{} \;
|
||
|
|
|