diff --git a/Makefile b/Makefile index c1e394d..de8969c 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ all: translations # ── Build ──────────────────────────────────────────────────────────────────── build: @echo "=== Building Piperless ===" - ./build.sh + ./tools/build.sh # ── Translations ───────────────────────────────────────────────────────────── translations: diff --git a/build.sh b/tools/build.sh similarity index 100% rename from build.sh rename to tools/build.sh