PicoDrive hacks

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@216 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-08-05 19:37:36 +00:00
parent 0e11c502b0
commit 3335750a7d
5 changed files with 23 additions and 8 deletions

View file

@ -1,6 +1,10 @@
m68kops.c : m68kmake
./$<
m68kmake : m68kmake.c m68k_in.c
$(CC) -o $@ $<
clean:
$(RM) m68kops.c m68kops.h m68kmake *.o