nightshade

The nightshade programming language, compiler and tools (WIP)
Log | Files | Refs

commit c814dff4e1fad2e685828655dae911fbcabc62dc
parent 86b0e2573b2d7131316989f34509c4788274a6f5
Author: citbl <citbl@citbl.org>
Date:   Mon,  8 Jun 2026 21:29:15 +1000

make err

Diffstat:
Mmakefile | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/makefile b/makefile @@ -34,5 +34,8 @@ pedantic: fmt: gnatformat src/*.adb src/*.ads +err: + make 2>&1 | grep -w --color=always 'error' + huh: $(call run_with_explain,$(BUILD_COMMAND))