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