Skip to content

Commit

Permalink
Removing duplicate deb devenv make target.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Feb 16, 2024
1 parent 9a2a006 commit 4e84187
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@ gen-ui-class: ## generate UI C++ class skeleton: CLASS_NAME=My_Class
@echo "Generating UI C++ class for name: $(CLASS_NAME)"
./make/gen-cpp-ui-class.py $(CLASS_NAME)

.PHONY: devenv-debian
devenv-debian:
sudo apt-get install build-essential zlib1g-dev libhunspell-dev libqt5webkit5-dev qttools5-dev-tools ccache cmake debhelper

#
# build
Expand Down

0 comments on commit 4e84187

Please sign in to comment.