notaz.gp2x.de
/
picodrive.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
new acc mode timing, VDP FIFO code
[picodrive.git]
/
cpu
/
musashi
/
Makefile
Commit
Line
Data
c6a4c892
1
m68kops.c : m68kmake
2
./$<
3
3335750a
4
m68kmake : m68kmake.c m68k_in.c
5
$(CC) -o $@ $<
6
7
c6a4c892
8
clean:
9
$(RM) m68kops.c m68kops.h m68kmake *.o
10