aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-07-02 08:05:45 +0200
committerMattias Andrée <maandree@kth.se>2023-07-02 08:05:45 +0200
commit9aba11f7b6a291fa70e95cd9ed20488ca5a369ec (patch)
tree4e690ddc2bac3eb58740c44a2f0a758017d25966 /Makefile
parentFix icon listing and make Makefile portable (diff)
downloadsimple-icon-theme-9aba11f7b6a291fa70e95cd9ed20488ca5a369ec.tar.gz
simple-icon-theme-9aba11f7b6a291fa70e95cd9ed20488ca5a369ec.tar.bz2
simple-icon-theme-9aba11f7b6a291fa70e95cd9ed20488ca5a369ec.tar.xz
Add check for unlisted icons for and correct accordingly
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 66c7369..35a942b 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,7 @@ include $(CONFIGFILE)
all:
generated.mk: $(CONFIGFILE) icons.mk Makefile
+ $(DEVCHECK) ./find-unlisted-icons
$(DEVCHECK) ./check-icons-listing
@test ! -e $@ || chmod -- u+w $@
printf '\043 %s\n' 'This file is generated from Makefile' > $@