X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/29895f4c7abb19a67b0ede58ae4f7d403023e171..c3d4d096451b5c683492e81574b302e5486950e1:/projects/sgauthstress/Makefile diff --git a/projects/sgauthstress/Makefile b/projects/sgauthstress/Makefile index 4474e77f..f88e59c6 100644 --- a/projects/sgauthstress/Makefile +++ b/projects/sgauthstress/Makefile @@ -9,7 +9,6 @@ SRCS = main.cpp \ proto.cpp STGLIBS = dotconfpp \ - locker \ crypto \ common @@ -40,7 +39,7 @@ all: libs plugins $(PROG) ../../Makefile.conf libs: $(MAKE) -C $(DIR_LIBSRC) -plugins: libs +plugins: libs $(MAKE) -C $(DIR_PLUGINS) $(PROG): $(OBJS)