c-kzg-4844/bindings/python/Makefile

11 lines
159 B
Makefile

.PHONY: all
all: install test
.PHONY: install
install: ../../setup.py ckzg.c
python3 ../../setup.py install --force
.PHONY: test
test: tests.py
python3 $<