Skip to content

Commit

Permalink
Fix dependencies in the makefile
Browse files Browse the repository at this point in the history
Add a rule to generate the pkgfile needed by some of the targets. This make the install target to automatically build the plugin.
  • Loading branch information
Raven-002 committed Jun 18, 2024
1 parent 515f699 commit 7229f2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ all: build install cleanall
build: res src
zip -r $(PKGFILE) $(PKGDIR)

$(PKGFILE): build

install: $(PKGFILE)
kpackagetool6 -t KWin/Script -s $(NAME) \
&& kpackagetool6 -t KWin/Script -u $(PKGFILE) \
Expand Down

0 comments on commit 7229f2e

Please sign in to comment.