Makefile: add prerequisites to package target

This commit is contained in:
Peter Fajdiga
2024-02-18 21:18:49 +01:00
parent 2fe1be99cb
commit a422a077f6

View File

@@ -16,7 +16,7 @@ install: build config
uninstall:
kpackagetool5 --type=KWin/Script -r ./package
package:
package: build config
tar -czf ./karousel_${subst .,_,${VERSION}}.tar.gz ./package
logs: