Skip to content

Commit

Permalink
- fix Windows clean
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18336 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Nov 28, 2013
1 parent 6d20718 commit 2cb3f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.common
Expand Up @@ -279,7 +279,7 @@ clean: qtclean fmil-clean opencl_rt_clean gc-clean lis-clean
(cd PythonInterface && $(MAKE) -f $(defaultMakefileTarget) clean)
if test -f 3rdParty/modelica3d/build/Makefile; then $(MAKE) -C 3rdParty/modelica3d/build clean; fi
$(MAKE) -C 3rdParty/OpenBLAS-0.2.8 clean
if test -f 3rdParty/Ipopt-3.11.6/Makefile; then $(MAKE) -C 3rdParty/Ipopt-3.11.6 clean; fi
if test -f 3rdParty/Ipopt-3.11.6/Makefile; then $(MAKE) -C 3rdParty/Ipopt-3.11.6 clean || true; fi
(rm -rf 3rdParty/modelica3d/build)
(rm -rf SimulationRuntime/build_c)
rm -rf build/share build/lib build/include build/bin/OMShell* build/bin/OMNotebook* \
Expand Down

0 comments on commit 2cb3f6e

Please sign in to comment.