This should be the first really usable version. Everything seems to work and
the stress test went pretty well.
This commit is contained in:
parent
a53cbcbde3
commit
6f5719745a
3 changed files with 20 additions and 47 deletions
5
Makefile
5
Makefile
|
|
@ -21,8 +21,9 @@ clean:
|
|||
rm core *.o $(TARGETS)
|
||||
|
||||
install: $(TARGETS)
|
||||
install --strip $(TARGETS) gild.conf $(HOMEDIR)
|
||||
install handlers/* $(HOMEDIR)/handlers
|
||||
install --strip $(TARGETS) $(HOMEDIR)
|
||||
install gild.conf $(HOMEDIR)
|
||||
cd handlers; make install
|
||||
|
||||
version: $(TARGETS)
|
||||
cvs commit gild.c wrapper.c config.c log.c Makefile gild.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue