Reverse comparison order.

Missing from generated output should produce a '-' not a '+'.
This commit is contained in:
Simon Howard 2019-11-11 19:11:56 -05:00
parent 4c3293bbba
commit f093238324

View file

@ -12,7 +12,7 @@ OUTPUTS=output/av.txt \
output/pl2.txt
check: $(OUTPUTS)
diff -x .gitignore -ur output expected
diff -x .gitignore -ur expected output
clean:
rm -rf $(OUTPUTS)