updated Musashi to MAME 0.117
[picodrive.git] / cpu / musashi / Makefile
diff --git a/cpu/musashi/Makefile b/cpu/musashi/Makefile
new file mode 100644 (file)
index 0000000..ceecc97
--- /dev/null
@@ -0,0 +1,6 @@
+m68kops.c : m68kmake
+       ./$<
+
+clean:
+       $(RM) m68kops.c m68kops.h m68kmake *.o
+