Skip to content

Commit 31ff64f

Browse files
added uninstall in makefile
1 parent 990957f commit 31ff64f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ install:
77
python3 setup.py sdist bdist_wheel
88
pip3 install -e .
99

10-
.PHONY: release install
10+
uninstall:
11+
pip3 uninstall interakt-track-python
12+
13+
.PHONY: release install uninstall
1114

1215

0 commit comments

Comments
 (0)