X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=cpu%2Fmusashi%2FMakefile;fp=cpu%2Fmusashi%2FMakefile;h=10ec952790800f231cd6096d433463a8f1b16847;hb=3335750a7df62a52857348365e9dbbf6f23a0d29;hp=ceecc97d0ee3067e0b6c02bfba602ec90f39ee6a;hpb=0e11c502b05a9ccd67d34d1f0975852d8c3d4232;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