sic

The sic programming language
Log | Files | Refs

commit 8025855b1f45e6d0e15bb0248c05d131e6809ce3
parent 22431dde6c27500c87b65711292996a44855c5ff
Author: keyle <keyle@capsule.org>
Date:   Sat,  9 May 2026 19:57:11 +1000

minor makefile

Diffstat:
Mmakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makefile b/makefile @@ -10,4 +10,4 @@ out = -o sicc export ASAN_OPTIONS := allocator_may_return_null=1 default: - $(cmp) $(warn) $(sane) $(out) $(cfiles) + $(cmp) $(warn) $(out) $(cfiles)