refactor: clean and plugin tests (#26)
* refactor: remove gi_c * refactor: new intergation example. * chore: adds new targets. * doc: adds issue template.
This commit is contained in:
committed by
Marc Vertes
parent
3c674c2cc4
commit
3f000e5fac
7
Makefile
7
Makefile
@@ -13,4 +13,9 @@ gen_all_syscall: cmd/goexports/goexports
|
||||
cmd/goexports/goexports: cmd/goexports/goexports.go
|
||||
go generate cmd/goexports/goexports.go
|
||||
|
||||
.PHONY: check gen_all_syscall
|
||||
gen_tests:
|
||||
make -C _test
|
||||
|
||||
generate: gen_all_syscall cmd/goexports/goexports gen_tests
|
||||
|
||||
.PHONY: check gen_all_syscall gen_tests
|
||||
|
||||
Reference in New Issue
Block a user