summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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