notaz.gp2x.de
/
picodrive.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
cd: switch to CD controller code from genplus
[picodrive.git]
/
cpu
/
musashi
/
Makefile
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
all : m68kops.c
2
3
m68kops.c : m68kmake
4
./$<
5
6
m68kmake : m68kmake.c m68k_in.c
7
$(CC) -o $@ $<
8
9
10
clean:
11
$(RM) m68kops.c m68kops.h m68kmake *.o
12