From 203590fb02c15a06ea46440397077541cde7e038 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..cd72a452d 100644 --- a/Makefile +++ b/Makefile @@ -173,7 +173,7 @@ Kappapp: +$(MAKE) build/Kappapp build/Kappapp.tar.gz: build/Kappapp - tar czf $@ build/Kappapp + tar czf $@ Kappapp -C build rm -r build/Kappapp Kappapp.tar.gz: build/Kappapp.tar.gz