diff options
Diffstat (limited to 'sw/z80/tests/pio/makefile')
-rw-r--r-- | sw/z80/tests/pio/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/z80/tests/pio/makefile b/sw/z80/tests/pio/makefile index f7f97be..1213902 100644 --- a/sw/z80/tests/pio/makefile +++ b/sw/z80/tests/pio/makefile @@ -66,7 +66,7 @@ dis: $(BINARY) s 0x100; \ pd 10; \ s 0x200; \ - pd 0x95' + pd 0x95' | tee build/dis.txt clean: - rm -rd build |