Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
KatKatKateryna committed Jul 5, 2023
1 parent 5664834 commit 18508bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ dclean:
@echo "-----------------------------------"
find $(HOME)/$(QGISDIR)/python/plugins/$(PLUGINNAME) -iname "*.pyc" -delete
find $(HOME)/$(QGISDIR)/python/plugins/$(PLUGINNAME) -iname "*.gif" -delete
find $(HOME)/$(QGISDIR)/python/plugins/$(PLUGINNAME)/specklepy_qt_ui -iname "*.git" -delete
find $(HOME)/$(QGISDIR)/python/plugins/$(PLUGINNAME)/specklepy_qt_ui -iname "*.gitignore" -delete
find $(HOME)/$(QGISDIR)/python/plugins/$(PLUGINNAME)/specklepy_qt_ui -iname "*.git" -prune -exec rm -Rf {} \;
find $(HOME)/$(QGISDIR)/python/plugins/$(PLUGINNAME) -iname ".git" -prune -exec rm -Rf {} \;


Expand Down

0 comments on commit 18508bf

Please sign in to comment.