New submission from David D: The command for the clean target in the Windows makefile is the same as the one in the Linux one: using `rm -f`.
Should be changed to `del /f` or `erase /f`. ---------- components: Demos and Tools, Windows messages: 270787 nosy: David D, paul.moore, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: Freeze: winmakemakefile.py: clean: Linux instead of Windows command type: behavior versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 3.6 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27566> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com