Skip to content

Commit 3d4297f

Browse files
committed
Add Makefile
1 parent 87c0420 commit 3d4297f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Makefile

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.PHONY: build test
2+
3+
build:
4+
./_tools/go-inline *.go && go fmt . && go build
5+
6+
glua: *.go pm/*.go cmd/glua/glua.go
7+
./_tools/go-inline *.go && go fmt . && go build cmd/glua/glua.go
8+
9+
test:
10+
./_tools/go-inline *.go && go fmt . && go test

0 commit comments

Comments
 (0)