add test target to Makefile
This commit is contained in:
parent
3dbea6c5fc
commit
d0b73c6532
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -6,4 +6,7 @@ edit:
|
||||||
update:
|
update:
|
||||||
$(GOK) update
|
$(GOK) update
|
||||||
|
|
||||||
.PHONY: edit update
|
test:
|
||||||
|
$(GOK) update --testboot
|
||||||
|
|
||||||
|
.PHONY: edit update test
|
||||||
|
|
Loading…
Add table
Reference in a new issue