order changed for printf()
This commit is contained in:
parent
cef426ee54
commit
705f1039d9
@ -19,7 +19,7 @@ OBJ = main.o forkexit.o break.o exec.o time.o timers.o \
|
||||
# build local binary
|
||||
all build: $(SERVER)
|
||||
$(SERVER): $(OBJ)
|
||||
$(CC) -o $@ $(LDFLAGS) $(OBJ) -lsys -lsysutil -ltimers
|
||||
$(CC) -o $@ $(LDFLAGS) $(OBJ) -lsysutil -lsys -ltimers
|
||||
install -S 256w $@
|
||||
|
||||
# install with other servers
|
||||
|
Loading…
x
Reference in New Issue
Block a user