A bit directory refactoring.

This commit is contained in:
Andrey Parhomenko 2023-10-12 20:25:26 +03:00
parent 560bb93644
commit d0aeb9d9e4
28 changed files with 5 additions and 7 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
exe
*.vim

View file

@ -1,7 +1,7 @@
package main
import (
"github.com/surdeus/gox/src/gx"
"github.com/surdeus/gox/gx"
"github.com/hajimehoshi/ebiten/v2/examples/resources/images"
"github.com/hajimehoshi/ebiten/v2"
"bytes"

View file

@ -1,4 +0,0 @@
MKSHELL = sh
<$(MKINCDIR)/config
CC = cc

5
mkfile
View file

@ -1,3 +1,4 @@
<mkconfig
<$MKINCDIR/gobuild
all: build
build:V:
go build -o ./exe/ ./cmd/test/