Added SunWS_cache
This commit is contained in:
parent
69eb7a0281
commit
ccab6bcf3f
2 changed files with 5 additions and 0 deletions
|
|
@ -80,6 +80,10 @@ endif
|
|||
|
||||
clean:
|
||||
$(RM) $(OBJS) $(CTLIB)
|
||||
(if test -d SunWS_cache ; then \
|
||||
$(RM) -rf SunWS_cache ; \
|
||||
fi )
|
||||
|
||||
|
||||
install:
|
||||
@INSTALL@ -d @ct_libdir@
|
||||
|
|
|
|||
|
|
@ -4,4 +4,5 @@ ctdir.h
|
|||
.depends
|
||||
config.h
|
||||
*.d
|
||||
SunWS_cache
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue