Makefile: rename tgo to tinygo

This commit is contained in:
Ayke van Laethem
2019-01-22 13:31:21 +01:00
parent c3a15885f5
commit 8aed8d8c56
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"unsafe"
)
const Compiler = "tgo"
const Compiler = "tinygo"
// The compiler will fill this with calls to the initialization function of each
// package.