Sync
This commit is contained in:
parent
4ef684093d
commit
386507e340
1 changed files with 7 additions and 1 deletions
8
Makefile
8
Makefile
|
|
@ -29,7 +29,7 @@ OBJS= md5.o \
|
|||
|
||||
PLUGINS=garden.so autothrottle.so autosnoop.so
|
||||
|
||||
all: l2tpns nsctl $(PLUGINS)
|
||||
all: l2tpns nsctl generateload bounce $(PLUGINS)
|
||||
|
||||
clean:
|
||||
/bin/rm -f *.o *.so l2tpns nsctl
|
||||
|
|
@ -74,6 +74,12 @@ l2tpns: $(OBJS)
|
|||
nsctl: nsctl.o control.o
|
||||
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) $(LIBS)
|
||||
|
||||
generateload: test/generateload.o
|
||||
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) $(LIBS)
|
||||
|
||||
bounce: test/bounce.o
|
||||
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) $(LIBS)
|
||||
|
||||
%.o: %.c
|
||||
$(CC) -c $(CFLAGS) -o $@ $<
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue