diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' > $@ |