diff options
author | Johnny Richard <johnny@johnnyrichard.com> | 2022-04-11 04:57:48 +0200 |
---|---|---|
committer | Johnny Richard <johnny@johnnyrichard.com> | 2022-04-11 04:57:48 +0200 |
commit | e83f1e89da0a8fb5527435a61743b9f0769caa7c (patch) | |
tree | 76c4d06874e6981b737406e80515acc8236e94c9 /Makefile | |
parent | 6108b3a1c10d66f8c446ee54acdbe52efcfdf4e8 (diff) |
server.c: Reply to USER messages from client
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |