Skip to content

Commit

Permalink
- Add make clean for OMEdit
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8337 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Mar 24, 2011
1 parent 3de7c98 commit d0054a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions OMEdit/OMEditGUI/Makefile.unix.in
Expand Up @@ -13,6 +13,9 @@ always:
$(NAME): Makefile OMEdit.config
$(MAKE) -f Makefile

clean:
test -f Makefile && make -f Makefile clean

build: $(NAME)
ln -sf ../OMNotebook/3Dpkg ../
ln -sf ../OMNotebook/Pltpkg2 ../
Expand Down

0 comments on commit d0054a5

Please sign in to comment.