EXEEXT introduces to solve Cygwin problems
[fw/sdcc] / support / cpp2 / clean.mk
index 8b506b610ed34047630ac7863a166ac030733c34..8ab53b741151e03f1bc1a0f9d4f66be52db439d5 100644 (file)
@@ -5,7 +5,7 @@ PRJDIR = ../..
 clean:
        rm -f *core *[%~] *.[oa]
        rm -f .[a-z]*~
-       rm -f $(PRJDIR)/bin/sdcpp
+       rm -f $(PRJDIR)/bin/sdcpp$(EXEEXT)
 
 
 # Deleting all files created by configuring or building the program