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