From b1bf88a8a0615d481f0463531c435c639f7dd46d Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 14 Oct 2023 14:09:07 -0400 Subject: [PATCH] We don't need the "touch" spam in make output. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index c4584d6..000a47b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -12,7 +12,7 @@ all: check extract/%: unzip $(UNZIPOPTS) $< $(subst extract/,,$@) - touch $@ + @touch $@ extract/miniwad.wad: miniwad.zip testrunner: $(SOURCE_PORT) extract/miniwad.wad