bindings: use diff -u in Makefile
This commit is contained in:
@ -42,7 +42,7 @@ python:
|
|||||||
$(ENV_VARS) python python/$(@:%.txt=%) > $@
|
$(ENV_VARS) python python/$(@:%.txt=%) > $@
|
||||||
|
|
||||||
%.py.test: %.c.txt %.py.txt
|
%.py.test: %.c.txt %.py.txt
|
||||||
$(DIFF) $(@:%.py.test=%.c.txt) $(@:%.py.test=%.py.txt)
|
$(DIFF) -u $(@:%.py.test=%.c.txt) $(@:%.py.test=%.py.txt)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
# rm -rf *.txt
|
# rm -rf *.txt
|
||||||
|
Reference in New Issue
Block a user