diff options
author | Nao Pross <naopross@thearcway.org> | 2017-10-05 12:17:37 +0200 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2017-10-05 12:17:37 +0200 |
commit | f000d406809d8a7a0e71c388ebfb15d7564728e4 (patch) | |
tree | 2284c66b0459e9456fb451feaa4290e5d99e4349 /sw/z80_tests/usart/makefile | |
parent | Merge remote-tracking branch 'origin/atlas' into naopross (diff) | |
download | z80uPC-f000d406809d8a7a0e71c388ebfb15d7564728e4.tar.gz z80uPC-f000d406809d8a7a0e71c388ebfb15d7564728e4.zip |
Test units are now in their own folder 'z80_test', add programmer cli interface
Diffstat (limited to '')
-rw-r--r-- | sw/z80_tests/usart/makefile (renamed from sw/z80_test/makefile) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/z80_test/makefile b/sw/z80_tests/usart/makefile index 6f054ae..080f41c 100644 --- a/sw/z80_test/makefile +++ b/sw/z80_tests/usart/makefile @@ -11,7 +11,7 @@ BINARY := build/$(OSNAME).bin ### # compiler settings - +# CC := sdcc CFLAGS := -mz80 \ |