Skip to content

Commit

Permalink
- more proper clean
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23575 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Nov 27, 2014
1 parent f1fa2b1 commit 0fcfe95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/c/Makefile.common
Expand Up @@ -215,7 +215,7 @@ install: $(LIBSIMULATION) $(LIBRUNTIME) $(LIBFMIRUNTIME) simulation/libf2c/libf2
$(MAKE) -C util/java_interface -f $(LIBMAKEFILE) install-nomodelica

clean:
rm -f $(ALL_PATHS_CLEAN_OBJS) fmi/export/fmi1/*.o *.a optimization/*/*.o
rm -f $(ALL_PATHS_CLEAN_OBJS) fmi/*.o *.a *.so optimization/*/*.o
$(MAKE) -C simulation/libf2c -f ${LIBMAKEFILE} clean
(! test -f $(EXTERNALCBUILDDIR)/Makefile) || make -C $(EXTERNALCBUILDDIR) clean
(! test -f $(EXTERNALCBUILDDIR)/Makefile) || make -C $(EXTERNALCBUILDDIR) distclean

0 comments on commit 0fcfe95

Please sign in to comment.