Minor makefile fix

This commit is contained in:
Dion Moult
2020-01-09 06:00:30 +01:00
parent af2dd8f9bb
commit 28e043f97a
+1
View File
@@ -120,6 +120,7 @@ cd dist/working && wget https://files.pythonhosted.org/packages/a3/b7/d4d69641cb
rm -rf dist/jsonpickle rm -rf dist/jsonpickle
rm -rf dist/ordered_set.py rm -rf dist/ordered_set.py
rm -rf dist/pyparsing.py rm -rf dist/pyparsing.py
rm -rf dist/ifcdiff.py
ifneq ($(PLATFORM), win) ifneq ($(PLATFORM), win)
rm -rf dist/lib rm -rf dist/lib
endif endif