Justin Traglia d0201ca2c4
Remove pyecc tests (#300)
* Remove pyecc tests

* Remove pyecc tests in CI too
2023-05-10 12:05:55 +03:00

14 lines
218 B
Makefile

.PHONY: all
all: install test
../../src/c_kzg_4844.o:
make -C../../src c_kzg_4844.o
.PHONY: install
install: setup.py ckzg.c ../../src/c_kzg_4844.o
python3 setup.py install
.PHONY: test
test: tests.py
python3 $<