Skip to content

Commit e59537d

Browse files
committed
clean qt clients from top level.
1 parent a34112f commit e59537d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Makefile.omdev.mingw

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,14 @@ else # mingw64
149149
endif
150150

151151
clean-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

154161
simulationruntimecmsvc:
155162
$(MAKE) -C OMCompiler -f $(defaultMakefileTarget) OMBUILDDIR=$(OMBUILDDIR) simulationruntimecmsvc

0 commit comments

Comments
 (0)