papirus-icon-theme/Makefile

17 lines
249 B
Makefile
Raw Normal View History

2016-06-01 12:32:01 -04:00
INSTALLDIR = $(DESTDIR)/usr/share/icons/
INSTALL = install -d
RM = rm -rf
CP = cp -rf
all:
install: local
clear:
$(RM) $(INSTALLDIR) Papirus{,-Dark}-GTK
local:
$(INSTALL) $(INSTALLDIR)
$(CP) Papirus{,-Dark}-GTK $(INSTALLDIR)
uninstall: clear