Finished the initial implementation of the ignore information.
This commit is contained in:
parent
4919676f0f
commit
19afa9695b
2 changed files with 2 additions and 2 deletions
|
|
@ -247,7 +247,7 @@ uninstall:
|
|||
cd tools; @MAKE@ uninstall
|
||||
|
||||
clean:
|
||||
-$(RMDIRTREE) *.*~ @buildlib@/*.* build/include/cantera/config.h
|
||||
-$(RMDIRTREE) *.*~ @buildlib@/*.* build/include/cantera/config.h svn*~
|
||||
-cd Cantera; @MAKE@ clean
|
||||
-cd tools; @MAKE@ clean
|
||||
-cd ext; @MAKE@ clean
|
||||
|
|
|
|||
|
|
@ -111,7 +111,7 @@ $(PROGRAM): $(OBJS) $(LIB_DEPS)
|
|||
|
||||
|
||||
clean:
|
||||
$(RM) $(OBJS) $(PROGRAM) $(DEPENDS) .depends
|
||||
$(RM) $(OBJS) $(PROGRAM) $(DEPENDS) .depends *~
|
||||
(if test -d SunWS_cache ; then \
|
||||
$(RM) -rf SunWS_cache ; \
|
||||
fi )
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue