From d2eb32efe2df9e570e491b08d4ecf50da35f1b75 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Mon, 2 Jun 2025 18:17:10 -0300 Subject: impl some spells and create `info.cc` --- tools/makefile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/makefile.go b/tools/makefile.go index 968b6d1..1e005d5 100644 --- a/tools/makefile.go +++ b/tools/makefile.go @@ -78,7 +78,7 @@ func main() { fmt.Fprint(&output, "\tCFLAGS += -g -O0\n") fmt.Fprint(&output, "else\n") fmt.Fprint(&output, "\tCFLAGS += -O2\n") - fmt.Fprint(&output, "endif\n") + fmt.Fprint(&output, "endif\n\n") // HEADERS fmt.Fprint(&output, "HEADERS =") -- cgit v1.2.3