mirror of
https://github.com/chocolate-doom/quickcheck.git
synced 2024-11-24 21:22:02 +00:00
Don't specify both -q and -u.
FreeBSD make considers this an error.
This commit is contained in:
parent
881fbd3c67
commit
a82dd104b0
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ OUTPUTS += output/pl2.txt
|
||||||
wads: $(WADS)
|
wads: $(WADS)
|
||||||
|
|
||||||
check: $(OUTPUTS)
|
check: $(OUTPUTS)
|
||||||
@diff -q -x .gitignore -ur expected output && echo all tests passed
|
@diff -q -x .gitignore -r expected output && echo all tests passed
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf output/* extract/*
|
rm -rf output/* extract/*
|
||||||
|
|
Loading…
Reference in a new issue