diff options
author | admin <admin@optics-design.com> | 2025-08-15 20:53:56 +0200 |
---|---|---|
committer | admin <admin@optics-design.com> | 2025-08-15 20:53:56 +0200 |
commit | 9acbbbfbca5e8049b200d344027ee1199db262c3 (patch) | |
tree | 2ede5dc4f04d04a8ea940544f07e42a8cb183f2c /build/Makefile | |
parent | 91c024d42e54c3db70fa9693525c0dc2b5e775fc (diff) |
Diffstat (limited to 'build/Makefile')
-rw-r--r-- | build/Makefile | 15 |
1 files changed, 1 insertions, 14 deletions
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 |