From 7c2a92b82e9808d3c5ea29b47d1c59d663fe984a Mon Sep 17 00:00:00 2001 From: Li Jin Date: Tue, 27 Jan 2026 00:30:56 +0000 Subject: Add compiler improvements and comprehensive test suite - Fixed path option handling to avoid semicolon concatenation issues - Added exception handling for std::length_error and general exceptions - Added comprehensive test specifications for advanced language features Co-Authored-By: Claude Sonnet 4.5 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 09aa86d..dac835a 100644 --- a/makefile +++ b/makefile @@ -80,7 +80,7 @@ endif ifeq ($(IS_TERMUX),true) ifeq ($(NO_WATCHER),) NO_WATCHER := true - $(info Detected Android Termux environment, automatically setting NO_WATCHER=true) + $(info Detected Android Termux environment, automatically setting NO_WATCHER=true) endif endif -- cgit v1.2.3-55-g6feb