diff options
Diffstat (limited to 'tools')
| -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 =") |
