Less stack for ds and rs

This commit is contained in:
Ben Gras 2006-03-07 13:22:36 +00:00
parent f3639098fb
commit d63e366944
2 changed files with 2 additions and 1 deletions

View file

@ -23,7 +23,7 @@ OBJ = main.o store.o
all build: $(SERVER)
$(SERVER): $(OBJ)
$(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS)
# install -S 256w $@
install -S 256w $@
# install with other servers
install: $(SERVER)

View file

@ -25,6 +25,7 @@ $(UTIL): $(UTIL_OBJ)
$(CC) -o $@ $(LDFLAGS) $(UTIL_OBJ) $(UTIL_LIBS)
$(SERVER): $(OBJ)
$(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS)
install -S 512w $@
# install with other servers
install: /bin/$(UTIL) /usr/sbin/$(SERVER)