EXEEXT introduces to solve Cygwin problems
[fw/sdcc] / debugger / mcs51 / clean.mk
index ae043fc0a085b3547e70792441fd47ac677d3994..6c54d98c86614f6ae9151292c1c2c015a2dc0979 100644 (file)
@@ -1,10 +1,12 @@
 # Deleting all files created by building the program
 # --------------------------------------------------
+PRJDIR = ../..
+
 clean:
        rm -f *core *[%~] *.[oa]
        rm -f .[a-z]*~
-       rm -f $(PRJDIR)/bin/sdcdb
-
+       rm -f $(PRJDIR)/bin/sdcdb$(EXEEXT) \
+       $(PRJDIR)/support/Util/SDCCerr.o
 
 # Deleting all files created by configuring or building the program
 # -----------------------------------------------------------------