Don't specify both -q and -u.

FreeBSD make considers this an error.
This commit is contained in:
Simon Howard 2023-10-14 14:03:55 -04:00
parent 881fbd3c67
commit a82dd104b0

View file

@ -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/*