cosmic-icon-theme/freedesktop/justfile
2023-07-31 14:27:41 -04:00

5 lines
No EOL
109 B
Makefile

icons := env_var('ICONS')
install:
find ./scalable -type f -exec install -Dm0644 {} {{icons}}/{} \;