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