# Simplified root Makefile for glamac # Delegates all build operations to the modular build system in build/ # Default target delegates to modular build system %: @$(MAKE) -C build $@ # Special case for targets that need to be run from root directory .PHONY: help help: @$(MAKE) -C build help