Skip to content

Commit 5aaa581

Browse files
authored
Merge pull request #32 from egourgoulhon/make_uninstall
Correct make uninstall
2 parents c98f189 + 53a6139 commit 5aaa581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install:
1212
$(SAGE) -pip install --upgrade --no-index -v .
1313

1414
uninstall:
15-
$(SAGE) -pip uninstall .
15+
$(SAGE) -pip uninstall $(PACKAGE)
1616

1717
develop:
1818
$(SAGE) -pip install --upgrade -e .

0 commit comments

Comments
 (0)