diff --git a/Makefile b/Makefile index 9ebc349..ee3214e 100644 --- a/Makefile +++ b/Makefile @@ -38,5 +38,5 @@ cleanlib: rm -f $(LIBV6502) $(LIBV6502_OBJS) clean: cleanlib - rm -f $(PROG) $(OBJS) + rm -f $(PROG) $(ROM) $(OBJS)