Skip to content

Commit 6e12961

Browse files
committed
chore: fixup
1 parent 00cfe56 commit 6e12961

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

gnovm/Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ test: _test.cmd _test.pkg _test.gnolang
3232
_test.cmd:
3333
go test ./cmd/... -v -p 1 -timeout=30m
3434

35-
.PHONY: test.pkg
36-
test.pkg:
35+
.PHONY: _test.pkg
36+
_test.pkg:
3737
go test ./pkg/... -v -p 1 -timeout=30m
3838

3939
.PHONY: _test.gnolang
@@ -60,7 +60,8 @@ _test.gnolang.pkg2:
6060

6161
# Code gen
6262
stringer_cmd=$(rundep) golang.org/x/tools/cmd/stringer
63-
stringer:
63+
.PHONY: _dev.stringer
64+
_dev.stringer:
6465
$(stringer_cmd) -type=Kind ./pkg/gnolang
6566
$(stringer_cmd) -type=Op ./pkg/gnolang
6667
$(stringer_cmd) -type=TransCtrl ./pkg/gnolang

0 commit comments

Comments
 (0)