From e83f1e89da0a8fb5527435a61743b9f0769caa7c Mon Sep 17 00:00:00 2001 From: Johnny Richard Date: Mon, 11 Apr 2022 04:57:48 +0200 Subject: server.c: Reply to USER messages from client --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3