X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=clean.mk;h=a7ec1016bd4f681e1c93090ed8c738b43d4ae0a2;hb=598b42eac1d08810287fc5d39e47af9eb1a26632;hp=0eba397eb0010f2fdca5b3b5584ae9081e889a79;hpb=5f832da0b82bc7a78f14b96f9e7892f19ac88126;p=fw%2Fsdcc diff --git a/clean.mk b/clean.mk index 0eba397e..a7ec1016 100644 --- a/clean.mk +++ b/clean.mk @@ -5,13 +5,12 @@ clean: rm -f .[a-z]*~ -rm -f bin/* - # 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 # -----------------------------------------