Skip to content

Commit

Permalink
- Build the difftool by default
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8812 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed May 4, 2011
1 parent b7c336a commit 8fa44e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.common
@@ -1,4 +1,4 @@
.PHONY : all omc omcd debug release mosh clean .testvariables mkbuilddirs all omc omcd debug release mosh clean qtclean qtclean-common
.PHONY : all omc omcd debug release mosh clean .testvariables mkbuilddirs all omc omcd debug release mosh clean qtclean qtclean-common difftool

top_builddir = .
builddir_app=$(top_builddir)/build/Applications/
Expand Down
6 changes: 4 additions & 2 deletions Makefile.in
Expand Up @@ -22,10 +22,12 @@ include Makefile.common
.testvariables:
settings:

omc: c_runtime docs
difftool:
$(MAKE) -C testsuite/difftool
omc: difftool c_runtime docs
(cd Compiler && $(MAKE) -f Makefile release)

omcd: c_runtime docs
omcd: difftool c_runtime docs
(cd Compiler && $(MAKE) -f Makefile debug)

qtclean-common:
Expand Down

0 comments on commit 8fa44e1

Please sign in to comment.