diff --git a/src/blenderbim/Makefile b/src/blenderbim/Makefile index cb843d9afb..76a7cad1c1 100644 --- a/src/blenderbim/Makefile +++ b/src/blenderbim/Makefile @@ -133,9 +133,9 @@ endif cp -r dist/working/IfcOpenShell-0.7.0/src/ifc4d/ifc4d dist/blenderbim/libs/site/packages/ # Provides IFC5D functionality cp -r dist/working/IfcOpenShell-0.7.0/src/ifc5d/ifc5d dist/blenderbim/libs/site/packages/ - rm -rf dist/working # Provides IFCCityJSON functionality cp -r dist/working/IfcOpenShell-0.7.0/src/ifccityjson dist/blenderbim/libs/site/packages/ + rm -rf dist/working # Provides Mustache templating in construction documentation mkdir dist/working