Skip to content

Commit 68a8a36

Browse files
Dmitry YashuninDmitry Yashunin
authored andcommitted
Update Makefile to clean tmp folder
1 parent 376c8cd commit 68a8a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ test:
99
python3 setup.py test
1010

1111
clean:
12-
rm -rf *.egg-info build dist var tests/__pycache__ hnswlib.cpython*.so
12+
rm -rf *.egg-info build dist tmp var tests/__pycache__ hnswlib.cpython*.so
1313

1414
.PHONY: dist

0 commit comments

Comments
 (0)