Init.
This commit is contained in:
commit
18e1f12151
5 changed files with 18 additions and 0 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
exe
|
||||||
|
*.exe
|
||||||
|
*.swp
|
3
go.mod
Normal file
3
go.mod
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
module boteval
|
||||||
|
|
||||||
|
go 1.20
|
5
mkconfig
Normal file
5
mkconfig
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
MKSHELL = sh
|
||||||
|
<$(MKINCDIR)/config
|
||||||
|
WATCH_FILES = src tmpl
|
||||||
|
CC = cc
|
||||||
|
|
3
mkfile
Normal file
3
mkfile
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
<mkconfig
|
||||||
|
<$MKINCDIR/gobuild
|
||||||
|
|
4
src/cmd/test/main.go
Normal file
4
src/cmd/test/main.go
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
package main
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
}
|
Loading…
Reference in a new issue