Commit 74c307d7 authored by Stefane Fermigier's avatar Stefane Fermigier

Add a default makefile target.

parent 59a4042c
all: client.so echoserver.so format.so getaddrinfo.so helloworld.so httpserver.so strings.so
%.so: %.pyx
python3 setup.py build_ext --inplace $* && mv $*.*.so $@
......@@ -9,6 +11,6 @@ clean:
rm -rf *.cpp *.c
rm -rf *.so
.PHONY: clean
.PHONY: clean all
.PRECIOUS: %.so
.SUFFIXES:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment