1 .PHONY: all 2 all: install test 3 4 .PHONY: install 5 install: ../../setup.py ckzg.c 6 python3 ../../setup.py install --force 7 8 .PHONY: test 9 test: tests.py 10 python3 $<