We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4202f61 commit fe94467Copy full SHA for fe94467
Makefile
@@ -0,0 +1,11 @@
1
+.PHONY: build
2
+build:
3
+ python3 setup.py build_ext -if
4
+
5
6
+.PHONY: clean
7
+clean:
8
+ find . -name '*.pyc' -delete
9
+ find . -name '__pycache__' -delete
10
+ rm *.so
11
+ python3 setup.py clean
0 commit comments