* doc/sdccman.lyx, support/scripts/inc2h-pic16.pl: updated list of
[fw/sdcc] / support / makebin / clean.mk
index db12b136a9f770db5a62ce6a4b1e13f76ab04dd1..503dc6773f4ea8ba134f1803e68d62094730a54f 100644 (file)
@@ -2,13 +2,13 @@
 # --------------------------------------------------
 clean:
        rm -rf obj
-       rm -f *core *[%~] *.[oa] makebin
+       rm -f *core *[%~] *.[oa] $(top_builddir)/bin/makebin$(EXEEXT)
        rm -f *.[a-z]*~
 
 # Deleting all files created by configuring or building the program
 # -----------------------------------------------------------------
 distclean: clean
-       rm -f *.dep
+       rm -f Makefile *.dep
 
 
 # Like clean but some files may still exist