X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=as%2Fmcs51%2Fclean.mk;h=a447881531e465f2fdb7d7271f95f6d7a436ba9f;hb=72b7e8dadd92279596c0f56649775fc056acf449;hp=4704a9b35be5d8f1edf3760e67270d7c5eb0bce0;hpb=2f18d948f7f1bfc8551f926c1a903fc0b31de1ed;p=fw%2Fsdcc diff --git a/as/mcs51/clean.mk b/as/mcs51/clean.mk index 4704a9b3..a4478815 100644 --- a/as/mcs51/clean.mk +++ b/as/mcs51/clean.mk @@ -1,9 +1,12 @@ # Deleting all files created by building the program # -------------------------------------------------- +include ../../Makefile.common +PRJDIR = ../.. + clean: rm -f *core *[%~] *.[oa] rm -f .[a-z]*~ - rm -f $(PRJDIR)/asx8051 $(PRJDIR)/aslink asx8051 aslink + rm -f $(PRJDIR)/bin/asx8051$(EXEEXT) $(PRJDIR)/bin/aslink$(EXEEXT) asx8051$(EXEEXT) aslink$(EXEEXT) # Deleting all files created by configuring or building the program