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