Skip to content

Commit

Permalink
Clean omc_communication.*
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22333 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Sep 17, 2014
1 parent 60336d0 commit 35a3c94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OMEdit/OMEditGUI/Makefile.unix.in
Expand Up @@ -10,7 +10,7 @@ builddir_bin=$(top_builddir)/build/bin/
builddir_share=$(top_builddir)/build/share/
runtimedir=$(top_builddir)/Compiler/runtime/
resourcedir=./Resources/nls/

NAME=OMEdit
EXE=@EXE@
APP=@APP@
Expand Down Expand Up @@ -40,7 +40,7 @@ $(NAME): parsergen Makefile OMEdit.config omc_communication.cpp
clean:
$(MAKE) -C Debugger/Parser -f Makefile.lib.unix clean
test ! -f Makefile || $(MAKE) -f Makefile clean
rm -f ../bin/*.o
rm -f ../bin/*.o omc_communication.*

parsergen:
$(MAKE) -C Debugger/Parser -f Makefile.lib.unix
Expand Down

0 comments on commit 35a3c94

Please sign in to comment.