* .version: bumped version number to 2.4.8
[fw/sdcc] / src / clean.mk
index d308c9b7dd294a09a3b93aeb54c1de507e5f2d88..59d80d18681b57fb82d2df402e59b9994c50f229 100644 (file)
@@ -6,6 +6,7 @@ PRJDIR = ..
 clean:
        rm -f *core *[%~] *.[oa] *.output
        rm -f .[a-z]*~ \#*
+       rm -f version.h
        rm -f $(PRJDIR)/bin/sdcc$(EXEEXT) sdcc$(EXEEXT)
        for port in $(CLEANALLPORTS) ; do\
          $(MAKE) -C $$port -f ../port-clean.mk clean ;\