Skip to content

Commit

Permalink
- Add Makefile target "omlibrary"
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6745 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Oct 31, 2010
1 parent 15c2c2e commit 409c320
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.common
Expand Up @@ -79,7 +79,8 @@ sustst:
susgen:
(cd Compiler/susan_codegen/SimCode/GenTest && time $(MAKE) -f Makefile)


omlibrary:
find . -type f -not -path "*svn*" -exec install -m644 -D {} ../build/lib/omlibrary/{} \;

distclean: clean
(cd Compiler && $(MAKE) -f $(defaultMakefileTarget) reallyclean)
Expand Down

0 comments on commit 409c320

Please sign in to comment.