From b3d8d3955287840fdc23086db2cb791f43654da7 Mon Sep 17 00:00:00 2001 From: Termina1 Date: Wed, 27 Aug 2025 14:40:18 +0300 Subject: [PATCH] remove space --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 5b41a429..c0d84241 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,4 @@ all: build-foundation build-main - build-foundation: cd foundation && ../gradlew build publishToMavenLocal