There's no zap goal in cc65 Makefiles.
# --------------------------------------------------------------------------
# Generic rules
-.PHONY: all mostlyclean clean install zip samples d64 zap
+.PHONY: all mostlyclean clean install zip samples d64
%: %.c
%: %.s
# Clean-up rules
mostlyclean:
-
-clean:
@$(DEL) *.map *.o *.s *.lbl 2>$(NULLDEV)
-zap: clean
+clean: mostlyclean
@$(DEL) $(EXELIST) samples.d64 2>$(NULLDEV)
@$(DEL) multdemo.? ovrldemo.? 2>$(NULLDEV)