Fixed a make clean rule in ext/cvode
This commit is contained in:
parent
36993a1246
commit
2bbf07909e
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ source/llnlmath.o: source/llnlmath.c include/llnlmath.h include/llnltyps.h
|
|||
(cd source; $(COMPILER) $(OPTS) -c llnlmath.c)
|
||||
|
||||
clean:
|
||||
$(RM) ./libcvode.a
|
||||
$(RM) @buildlib@/libcvode.a
|
||||
$(RM) $(OBJS)
|
||||
|
||||
depends:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue