aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-02-17 10:15:57 +0100
committerMattias Andrée <maandree@kth.se>2024-02-17 10:15:57 +0100
commit1bcb3ef1a958a59085b35eff6d63b486afa11ace (patch)
tree8cedb619e8e15628a46e0e1b7284eeaedfea6209
parentNew icons, more icons linked into claws-mail theme, and installation of claws-mail theme (diff)
downloadsimple-icon-theme-1bcb3ef1a958a59085b35eff6d63b486afa11ace.tar.gz
simple-icon-theme-1bcb3ef1a958a59085b35eff6d63b486afa11ace.tar.bz2
simple-icon-theme-1bcb3ef1a958a59085b35eff6d63b486afa11ace.tar.xz
Add check rule
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7969201..065143f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
.POSIX:
DEVCHECK = @:
+UNIMPORTANT_CHECK =
CONFIGFILE = config.mk
include $(CONFIGFILE)
@@ -30,7 +31,11 @@ generated.mk: $(CONFIGFILE) icons.mk Makefile check-icon-listing
check-icon-listing: check/check-icon-listing.c
$(CC) -o $@ $< $(CFLAGS) $(CPPFLAGS) $(LDFLAGS)
-check:
+check: check-icon-listing
+ $(UNIMPORTANT_CHECK) check/find-errors
+ $(UNIMPORTANT_CHECK) check/find-unlisted-icons
+ $(UNIMPORTANT_CHECK) check/find-duplicates
+ $(UNIMPORTANT_CHECK) ./check-icon-listing
+cd apps && $(MAKE) check
clean: