Skip to content

Commit

Permalink
- make clean removes libinteractive.a
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5528 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed May 14, 2010
1 parent 23f929a commit 58053fb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 25 deletions.
23 changes: 0 additions & 23 deletions c_runtime/interactive/Makefile

This file was deleted.

2 changes: 1 addition & 1 deletion c_runtime/interactive/Makefile.in
Expand Up @@ -20,4 +20,4 @@ libinteractive.a : $(OBJ)
$(AR) -s -r $@ $(OBJ)

clean:
$(RM) -rf *.o
$(RM) -rf *.o *.a
2 changes: 1 addition & 1 deletion c_runtime/interactive/makefile.mingw
Expand Up @@ -20,4 +20,4 @@ libinteractive.a : $(OBJ)
$(AR) -s -r $@ $(OBJ)

clean:
$(RM) -rf *.o
$(RM) -rf *.o *.a

0 comments on commit 58053fb

Please sign in to comment.