sic

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

commit 1e46732f789b013f25f9bb0f480d35318abc919f
parent 5e14396ec3d33ca9d8de920616987d5d60dcbb40
Author: keyle <keyle@capsule.org>
Date:   Thu, 25 Jun 2026 18:49:04 +1000

fix makefile

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

diff --git a/makefile b/makefile @@ -1,4 +1,4 @@ -lzcmp = clang +cmp = clang warn = -Wall -Wextra pedantic = -Wpedantic -Werror debug = -O1 -g