mirror of
https://github.com/chocolate-doom/quickcheck.git
synced 2024-11-21 12:01:09 +00:00
We don't need the "touch" spam in make output.
This commit is contained in:
parent
a82dd104b0
commit
b1bf88a8a0
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ all: check
|
|||
|
||||
extract/%:
|
||||
unzip $(UNZIPOPTS) $< $(subst extract/,,$@)
|
||||
touch $@
|
||||
@touch $@
|
||||
|
||||
extract/miniwad.wad: miniwad.zip
|
||||
testrunner: $(SOURCE_PORT) extract/miniwad.wad
|
||||
|
|
Loading…
Reference in a new issue