mirror of
https://github.com/chocolate-doom/quickcheck.git
synced 2024-11-24 21:22:02 +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/%:
|
extract/%:
|
||||||
unzip $(UNZIPOPTS) $< $(subst extract/,,$@)
|
unzip $(UNZIPOPTS) $< $(subst extract/,,$@)
|
||||||
touch $@
|
@touch $@
|
||||||
|
|
||||||
extract/miniwad.wad: miniwad.zip
|
extract/miniwad.wad: miniwad.zip
|
||||||
testrunner: $(SOURCE_PORT) extract/miniwad.wad
|
testrunner: $(SOURCE_PORT) extract/miniwad.wad
|
||||||
|
|
Loading…
Reference in a new issue