From 6eb10d7cba42ff540e2c5b8874f6265548c31446 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..d63353f3d 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