bindings: use diff -u in Makefile

This commit is contained in:
Nguyen Anh Quynh 2017-02-26 16:52:06 +08:00
parent c3808179e1
commit 117b48c33c

View file

@ -42,7 +42,7 @@ python:
$(ENV_VARS) python python/$(@:%.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:
# rm -rf *.txt