mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 15:38:18 +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=%) > $@
|
$(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
|
||||||
|
|
Loading…
Reference in a new issue