File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,14 @@ else # mingw64
149149endif
150150
151151clean-qtclients:
152-
152+ rm -f $(OMBUILDDIR)/bin/OMPlot.exe $(OMBUILDDIR)/bin/OMEdit.exe $(OMBUILDDIR)/bin/OMNotebook.exe $(OMBUILDDIR)/bin/OMShell.exe $(OMBUILDDIR)/bin/OMOptim.exe
153+ rm -f $(OMBUILDDIR)/lib/libOMPlot.a $(OMBUILDDIR)/lib/libOMOptimBasis.a $(OMBUILDDIR)/lib/libOMOptim.a
154+ rm -rf $(OMBUILDDIR)/share/omedit* $(OMBUILDDIR)/share/omnotebook* $(OMBUILDDIR)/share/omshell*
155+ $(MAKE) -C OMPlot -f Makefile.omdev.mingw clean
156+ $(MAKE) -C OMEdit -f Makefile.omdev.mingw clean
157+ $(MAKE) -C OMNotebook/OMNotebook/OMNotebookGUI -f Makefile.omdev.mingw clean
158+ $(MAKE) -C OMShell/OMShell/OMShellGUI -f Makefile.omdev.mingw clean
159+ $(MAKE) -C OMOptim -f Makefile.omdev.mingw clean
153160
154161simulationruntimecmsvc:
155162 $(MAKE) -C OMCompiler -f $(defaultMakefileTarget) OMBUILDDIR=$(OMBUILDDIR) simulationruntimecmsvc
You can’t perform that action at this time.
0 commit comments