Attention des changements sont bientôt à prévoir sur l'instance gitea d'Aurore :
all: build
SRC=wpaspy.c
.PHONY: build
build: $(SRC) setup.py
python setup.py build
install:
python setup.py install
clean:
python setup.py clean
rm -f *~
rm -rf build