From 9acbbbfbca5e8049b200d344027ee1199db262c3 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 15 Aug 2025 20:53:56 +0200 Subject: various changes --- build/Makefile | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'build/Makefile') diff --git a/build/Makefile b/build/Makefile index d77ff68..572db07 100644 --- a/build/Makefile +++ b/build/Makefile @@ -6,7 +6,6 @@ include common.mk # Include build modules include native.mk -include cross-compile.mk include dependencies.mk # Help system @@ -19,13 +18,6 @@ help: @echo " glautils - Build utilities only" @echo " clean - Clean build files" @echo " rebuild - Clean and rebuild" -ifeq ($(PLATFORM),linux) - @echo "" - @echo "Cross-compilation (Linux → Windows):" - @echo " win - Build glamac for Windows" - @echo " win-all - Build everything for Windows" - @echo " setup-cross - Setup cross-compilation" -endif @echo "" @echo "Dependencies:" @echo " deps - Install SDL3 dependencies" @@ -35,11 +27,6 @@ endif @echo " convert-catalogs - Convert Excel files to JSON" @echo "" @echo "Quick start:" -ifeq ($(PLATFORM),linux) - @echo " make deps && make all # Native build" - @echo " make setup-cross && make win # Windows build" -else - @echo " Install SDL3, then: make all" -endif + @echo " make deps && make all # Install dependencies and build" .PHONY: help \ No newline at end of file -- cgit v1.2.3