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