We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c7d60 commit dee3a74Copy full SHA for dee3a74
Makefile.common
@@ -153,6 +153,7 @@ clean: qtclean
153
(cd Compiler/omc_release && $(MAKE) -f $(defaultMakefileTarget) clean)
154
(cd Compiler/omc_profiler && $(MAKE) -f $(defaultMakefileTarget) clean)
155
(cd mosh/src && $(MAKE) -f $(defaultMakefileTarget) clean)
156
+ (cd PythonInterface && $(MAKE) -f $(defaultMakefileTarget) clean)
157
rm -rf build/share build/lib build/include build/bin/OMShell* build/bin/OMNotebook* \
158
build/bin/omc build/bin/omc.exe build/bin/omcd build/bin/omcd.exe build/bin/omcp build/bin/omcp.exe build/bin/omc-diff build/bin/omc-diff.exe \
159
bom-error.log bom-error.sh tab-error.log
0 commit comments