11 lines
No EOL
138 B
Makefile
Executable file
11 lines
No EOL
138 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
DESTDIR = debian/cosmic-icons
|
|
CLEAN ?= 1
|
|
VENDOR ?= 1
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_install:
|
|
just rootdir=$(DESTDIR) install
|