X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debugger%2Fmcs51%2Fclean.mk;h=6c54d98c86614f6ae9151292c1c2c015a2dc0979;hb=72b7e8dadd92279596c0f56649775fc056acf449;hp=3a67269ce00631ea5dbc1c789e9ee0ccac1d1232;hpb=2f18d948f7f1bfc8551f926c1a903fc0b31de1ed;p=fw%2Fsdcc diff --git a/debugger/mcs51/clean.mk b/debugger/mcs51/clean.mk index 3a67269c..6c54d98c 100644 --- a/debugger/mcs51/clean.mk +++ b/debugger/mcs51/clean.mk @@ -1,9 +1,11 @@ # Deleting all files created by building the program # -------------------------------------------------- +PRJDIR = ../.. + clean: rm -f *core *[%~] *.[oa] rm -f .[a-z]*~ - rm -f $(PRJDIR)/bin/sdcdb \ + rm -f $(PRJDIR)/bin/sdcdb$(EXEEXT) \ $(PRJDIR)/support/Util/SDCCerr.o # Deleting all files created by configuring or building the program