diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-06-02 18:17:10 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-06-02 18:21:54 -0300 |
| commit | d2eb32efe2df9e570e491b08d4ecf50da35f1b75 (patch) | |
| tree | 6097d7f49e6a294f8b216fb6ea13e8aa6184e83e /tools/makefile.go | |
| parent | 3f85ce3cfb46adee8caf890a8369cd7cd7814874 (diff) | |
| download | game-d2eb32efe2df9e570e491b08d4ecf50da35f1b75.tar.gz game-d2eb32efe2df9e570e491b08d4ecf50da35f1b75.zip | |
impl some spells and create `info.cc`
Diffstat (limited to 'tools/makefile.go')
| -rw-r--r-- | tools/makefile.go | 2 |
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 =") |
