We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b27e14b commit da2d295Copy full SHA for da2d295
1 file changed
Makefile
@@ -37,6 +37,10 @@ tests: tests/test_libproxyprotocol
37
tests/test_libproxyprotocol: tests/test.o libs/libproxyprotocol.so
38
$(CC) -Llibs/ ${CFLAGS} -o $@ $< -lproxyprotocol
39
40
+examples/client_server: examples/client_server.o libs/libproxyprotocol.so
41
+ $(CC) -Llibs/ ${CFLAGS} -o $@ $< -lproxyprotocol
42
+
43
clean:
44
$(RM) src/*.o libs/libproxyprotocol.so
45
$(RM) tests/*.o tests/test_libproxyprotocol
46
+ $(RM) examples/*.o examples/client_server
0 commit comments