summaryrefslogtreecommitdiff
path: root/build/Makefile
diff options
context:
space:
mode:
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