notaz.gp2x.de
/
picodrive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
cue/bin finally implemented
[picodrive.git]
/
cpu
/
mz80
/
Makefile
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