Skip to content

Commit

Permalink
Merge pull request #179 from Raven-002/Fix-makefile
Browse files Browse the repository at this point in the history
Fix dependencies in the makefile
  • Loading branch information
zeroxoneafour authored Jul 9, 2024
2 parents becfdc6 + 7229f2e commit 844db30
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 844db30

Please sign in to comment.