summaryrefslogtreecommitdiff
path: root/build/Makefile
diff options
context:
space:
mode:
authoradmin <admin@optics-design.com>2025-08-15 20:53:56 +0200
committeradmin <admin@optics-design.com>2025-08-15 20:53:56 +0200
commit9acbbbfbca5e8049b200d344027ee1199db262c3 (patch)
tree2ede5dc4f04d04a8ea940544f07e42a8cb183f2c /build/Makefile
parent91c024d42e54c3db70fa9693525c0dc2b5e775fc (diff)
various changesHEADmaster
Diffstat (limited to 'build/Makefile')
-rw-r--r--build/Makefile15
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
Back to https://optics-design.com