mirror of
https://github.com/chocolate-doom/quickcheck.git
synced 2024-11-10 07:11:34 +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)
|
||||
|
||||
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:
|
||||
rm -rf output/* extract/*
|
||||
|
|
Loading…
Reference in a new issue