X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fclean.mk;h=82dc4d8dbd67be2e11f97001de60a68055e51f4b;hb=eae1bd2f705a2c61e143c539f8c4d1e9c2b4efe6;hp=f089527bc9a5d987b02f6bb1b4ae9236f204d555;hpb=1883cb8232c73fdebbd89e5a0f97b5fb8b859c97;p=fw%2Fsdcc diff --git a/src/clean.mk b/src/clean.mk index f089527b..82dc4d8d 100644 --- a/src/clean.mk +++ b/src/clean.mk @@ -1,4 +1,4 @@ -CLEANALLPORTS = avr ds390 ds400 hc08 izt mcs51 pic pic16 z80 xa51 +CLEANALLPORTS = avr ds390 ds400 hc08 mcs51 pic pic16 z80 xa51 # Deleting all files created by building the program # -------------------------------------------------- @@ -6,7 +6,8 @@ clean: rm -f *core *[%~] *.[oa] *.output rm -f .[a-z]*~ \#* rm -f version.h - rm -f $(top_builddir)bin/sdcc$(EXEEXT) sdcc$(EXEEXT) + rm -f SDCCy.c SDCCy.h SDCClex.c + rm -f $(top_builddir)/bin/sdcc$(EXEEXT) sdcc$(EXEEXT) for port in $(CLEANALLPORTS) ; do\ if [ -f $$port/Makefile ]; then\ $(MAKE) -C $$port clean ;\