Less stack for ds and rs
This commit is contained in:
parent
f3639098fb
commit
d63e366944
2 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue