EXEEXT introduces to solve Cygwin problems
[fw/sdcc] / debugger / mcs51 / clean.mk
index 3a67269ce00631ea5dbc1c789e9ee0ccac1d1232..6c54d98c86614f6ae9151292c1c2c015a2dc0979 100644 (file)
@@ -1,9 +1,11 @@
 # 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