On Fri, Sep 25, 2009 at 10:32 PM, Ullrich von Bassewitz <uz@musoftware.de> wrote: > I don't know about the master makefile, but my own makefiles do provide two > targets for cleanup: "clean" removes core dumps. editor backups and such, > while "zap" removes anything that was generated, including libraries, object > and dependency files. Isn't that backwards? Makefiles typically remove object files, binaries and libraries with the "clean" target, and remove everything else (backup files, generated makefiles, etc) with "distclean". ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Sat Sep 26 08:40:20 2009
This archive was generated by hypermail 2.1.8 : 2009-09-26 08:40:23 CEST