X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fclean.mk;h=b60ad6d7874bb653ed510fe58abad59afaec146d;hb=677acf94ea50645d09ce1f764aba4679de762bd8;hp=bc083764424a77ed7bc71d5c02c50aef037e1de8;hpb=a4f9f32b5ea1cad802c3165651b549f4b5bdfb49;p=fw%2Fsdcc diff --git a/src/clean.mk b/src/clean.mk index bc083764..b60ad6d7 100644 --- a/src/clean.mk +++ b/src/clean.mk @@ -2,7 +2,7 @@ # -------------------------------------------------- clean: rm -f *core *[%~] *.[oa] *.output - rm -f .[a-z]*~ + rm -f .[a-z]*~ \#* rm -f $(PRJDIR)/bin/sdcc sdcc for port in $(PORTS) ; do\ $(MAKE) -C $$port -f clean.mk clean ;\ @@ -18,6 +18,9 @@ distclean: clean # Like clean but some files may still exist # ----------------------------------------- mostlyclean: clean + rm -f SDCCy.c + rm -f SDCCy.h + rm -f SDCClex.c # Deleting everything that can reconstructed by this Makefile. It deletes