Skip to content

Commit

Permalink
Add pythemis_uninstall target to Makefile. Fixes cossacklabs#948
Browse files Browse the repository at this point in the history
  • Loading branch information
sashimanu-san committed Sep 23, 2022
1 parent 3a36aa4 commit 6e151ae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,13 @@ endif
@echo -n "pythemis install "
@$(BUILD_CMD_)

pythemis_uninstall: CMD = cd src/wrappers/themis/python/ && xargs rm -rf < files3.txt
pythemis_uninstall:
@echo -n "pythemis uninstall "
@$(BUILD_CMD_)

uninstall: pythemis_uninstall

########################################################################
#
# Packaging Themis Core: Linux distributions
Expand Down

0 comments on commit 6e151ae

Please sign in to comment.