From c8f537d2ea01fb7feb25052061c339e883e6ad5d Mon Sep 17 00:00:00 2001 From: Antoine Pouille Date: Tue, 24 Sep 2024 16:26:28 +0200 Subject: [PATCH] fix Kappapp.tar.gz dir containing `build` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 55a856454..3e6f4235d 100644 --- a/Makefile +++ b/Makefile @@ -173,7 +173,7 @@ Kappapp: +$(MAKE) build/Kappapp build/Kappapp.tar.gz: build/Kappapp - tar czf $@ build/Kappapp + tar -C build -czf $@ Kappapp rm -r build/Kappapp Kappapp.tar.gz: build/Kappapp.tar.gz