summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohnny Richard <johnny@johnnyrichard.com>2022-04-11 04:57:48 +0200
committerJohnny Richard <johnny@johnnyrichard.com>2022-04-11 04:57:48 +0200
commite83f1e89da0a8fb5527435a61743b9f0769caa7c (patch)
tree76c4d06874e6981b737406e80515acc8236e94c9 /Makefile
parent6108b3a1c10d66f8c446ee54acdbe52efcfdf4e8 (diff)
server.c: Reply to USER messages from client
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 58bf569..d9a3929 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ all: main.c server.c log.c
.PHONY: test
test: libpapo.so
- @python test.py
+ @python test.py -v --locals
libpapo.so: server.o log.o
$(CC) $(CFLAGS) -shared -o libpapo.so server.o log.o