order changed for printf()

This commit is contained in:
Ben Gras 2006-06-20 10:47:25 +00:00
parent cef426ee54
commit 705f1039d9

View File

@ -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