We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0585f3 commit 8d35d67Copy full SHA for 8d35d67
1 file changed
Makefile
@@ -37,6 +37,9 @@ tests: tests/test_libproxyprotocol
37
tests/test_libproxyprotocol: tests/test.o libs/libproxyprotocol.so
38
$(CC) -Llibs/ ${CFLAGS} -o $@ $< -lproxyprotocol
39
40
+example: examples/client_server
41
+ LD_LIBRARY_PATH=libs/ $<
42
+
43
examples/client_server: examples/client_server.o libs/libproxyprotocol.so
44
45
0 commit comments