X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fclean.mk;h=074e9cf0782e8bfb9b141ebed46aef9a78ad8e14;hb=72b7e8dadd92279596c0f56649775fc056acf449;hp=fa96fbae8b700e83fa714d56f4c03c077e4c5460;hpb=2ee35049f829fc523bab32504f31cfdef6745757;p=fw%2Fsdcc diff --git a/src/clean.mk b/src/clean.mk index fa96fbae..074e9cf0 100644 --- a/src/clean.mk +++ b/src/clean.mk @@ -1,4 +1,4 @@ -CLEANALLPORTS = avr ds390 izt mcs51 pic z80 +CLEANALLPORTS = avr ds390 izt mcs51 pic z80 xa51 PRJDIR = .. # Deleting all files created by building the program @@ -6,7 +6,7 @@ PRJDIR = .. clean: rm -f *core *[%~] *.[oa] *.output rm -f .[a-z]*~ \#* - rm -f $(PRJDIR)/bin/sdcc sdcc + rm -f $(PRJDIR)/bin/sdcc$(EXEEXT) sdcc$(EXEEXT) for port in $(CLEANALLPORTS) ; do\ $(MAKE) -C $$port -f ../port-clean.mk clean ;\ done