From 117b48c33c44a1e1897d2dc0ac06d63b7652963a Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Sun, 26 Feb 2017 16:52:06 +0800 Subject: [PATCH] bindings: use diff -u in Makefile --- bindings/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/Makefile b/bindings/Makefile index 14e88df8..1e3c179a 100644 --- a/bindings/Makefile +++ b/bindings/Makefile @@ -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