doc: move dev things. (#29)

This commit is contained in:
Ludovic Fernandez
2019-01-22 18:12:08 +01:00
committed by Marc Vertes
parent 3f000e5fac
commit 83c21d4bc0
3 changed files with 124 additions and 121 deletions

View File

@@ -16,6 +16,7 @@ cmd/goexports/goexports: cmd/goexports/goexports.go
gen_tests:
make -C _test
generate: gen_all_syscall cmd/goexports/goexports gen_tests
generate: gen_all_syscall gen_tests
go generate
.PHONY: check gen_all_syscall gen_tests