Commit 3e4ec3ae authored by Mark Hammond's avatar Mark Hammond

Fix "nmake clean" error; del doesn't like forward slashes.

parent 3d4ce335
......@@ -67,7 +67,7 @@ version_txt:
clean: unbuild
$(CD) "$(BASE_DIR)
-$(RM) /s *.pyc *.pyo *.dll *.o *.obj *.pyd
-$(RM) (BASE_DIR)/lib/python/version.txt
-$(RM) (BASE_DIR)\lib\python\version.txt
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment