X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Fmusashi%2FMakefile;h=5ace7da7563b3fbfa9e6a2a4fd98c0620a3a1288;hb=e01cf375cbae14cd9f881e54915379f7fe3b156c;hp=ceecc97d0ee3067e0b6c02bfba602ec90f39ee6a;hpb=c6a4c892866387e150ffcaa3af8b8c18d9ec6d58;p=picodrive.git diff --git a/cpu/musashi/Makefile b/cpu/musashi/Makefile index ceecc97..5ace7da 100644 --- a/cpu/musashi/Makefile +++ b/cpu/musashi/Makefile @@ -1,6 +1,12 @@ +all : m68kops.c + m68kops.c : m68kmake ./$< +m68kmake : m68kmake.c m68k_in.c + $(CC) -o $@ $< + + clean: $(RM) m68kops.c m68kops.h m68kmake *.o