mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 11:18:16 +00:00
bindings: use diff -u in Makefile
This commit is contained in:
parent
c3808179e1
commit
117b48c33c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue