notaz.gp2x.de
/
picodrive.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
changed EI handling a bit and types
[picodrive.git]
/
cpu
/
mz80
/
Makefile
Commit
Line
Data
cc68a136
1
CFLAGS = -Wno-conversion -Wno-sign-compare # -Wno-pointer-sign
2
3
all : mz80.asm
4
5
mz80.asm : makez80
6
./makez80 -s -l -x86 $@
7
8
makez80 : makez80.o
9
10
11
clean :
12
$(RM) makez80 makez80.o mz80.asm
13