diff options
| author | Mattias Andrée <maandree@kth.se> | 2024-02-17 10:15:57 +0100 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2024-02-17 10:15:57 +0100 | 
| commit | 1bcb3ef1a958a59085b35eff6d63b486afa11ace (patch) | |
| tree | 8cedb619e8e15628a46e0e1b7284eeaedfea6209 /Makefile | |
| parent | New icons, more icons linked into claws-mail theme, and installation of claws-mail theme (diff) | |
| download | simple-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>
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 7 | 
1 files changed, 6 insertions, 1 deletions
| @@ -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: | 
