aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: