X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=support%2Fmakebin%2Fclean.mk;h=dfe9fb2067442abb00bf8eb04de51f1b9591c0b5;hb=72b7e8dadd92279596c0f56649775fc056acf449;hp=db12b136a9f770db5a62ce6a4b1e13f76ab04dd1;hpb=2f18d948f7f1bfc8551f926c1a903fc0b31de1ed;p=fw%2Fsdcc diff --git a/support/makebin/clean.mk b/support/makebin/clean.mk index db12b136..dfe9fb20 100644 --- a/support/makebin/clean.mk +++ b/support/makebin/clean.mk @@ -1,8 +1,10 @@ # Deleting all files created by building the program # -------------------------------------------------- +PRJDIR = ../.. + clean: rm -rf obj - rm -f *core *[%~] *.[oa] makebin + rm -f *core *[%~] *.[oa] $(PRJDIR)/bin/makebin$(EXEEXT) rm -f *.[a-z]*~ # Deleting all files created by configuring or building the program