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