We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c0420 commit 3d4297fCopy full SHA for 3d4297f
Makefile
@@ -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