X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=clean.mk;h=591147a2cb6e214a8db83d4c1b4adce254fedb80;hb=72b7e8dadd92279596c0f56649775fc056acf449;hp=154ae72da2b933bd28e042c32a800d5da4962a60;hpb=b09af35f2f1cde7649d3ac4a6f5d2af6d97895a0;p=fw%2Fsdcc diff --git a/clean.mk b/clean.mk index 154ae72d..591147a2 100644 --- a/clean.mk +++ b/clean.mk @@ -3,15 +3,14 @@ clean: rm -f *core *[%~] *.[oa] rm -f .[a-z]*~ - rm -f bin/* - + find bin -type f ! -name README -exec rm {} \; # Deleting all files created by configuring or building the program # ----------------------------------------------------------------- distclean: clean - rm -f config.cache config.log config.status + rm -f config.cache config.log config.status Makefile.common rm -f sdccconf.h main.mk *.dep - + rm -f ports.all ports.build # Like clean but some files may still exist # -----------------------------------------