From a422a077f69238f65e0682c81eb95f49ea7e4a92 Mon Sep 17 00:00:00 2001 From: Peter Fajdiga Date: Sun, 18 Feb 2024 21:18:49 +0100 Subject: [PATCH] Makefile: add prerequisites to `package` target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6cc307c..a779b69 100644 --- a/Makefile +++ b/Makefile @@ -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: