aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-06-02 18:17:10 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-06-02 18:21:54 -0300
commitd2eb32efe2df9e570e491b08d4ecf50da35f1b75 (patch)
tree6097d7f49e6a294f8b216fb6ea13e8aa6184e83e /tools
parent3f85ce3cfb46adee8caf890a8369cd7cd7814874 (diff)
downloadgame-d2eb32efe2df9e570e491b08d4ecf50da35f1b75.tar.gz
game-d2eb32efe2df9e570e491b08d4ecf50da35f1b75.zip
impl some spells and create `info.cc`
Diffstat (limited to 'tools')
-rw-r--r--tools/makefile.go2
1 files changed, 1 insertions, 1 deletions
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 =")