cosmic-icon-theme/freedesktop/justfile

5 lines
109 B
Makefile
Raw Normal View History

2023-07-31 14:27:41 -04:00
icons := env_var('ICONS')
install:
find ./scalable -type f -exec install -Dm0644 {} {{icons}}/{} \;