c-kzg-4844/bindings/python/Makefile

11 lines
159 B
Makefile
Raw Permalink Normal View History

2022-11-01 14:24:02 +00:00
.PHONY: all
all: install test
2022-11-01 14:24:02 +00:00
.PHONY: install
install: ../../setup.py ckzg.c
python3 ../../setup.py install --force
2022-11-01 14:24:02 +00:00
.PHONY: test
test: tests.py
python3 $<