mirror of
https://github.com/tuneinsight/lattigo.git
synced 2025-09-13 03:27:14 +00:00
fixed Makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -76,7 +76,7 @@ static_check: check_tools
|
|||||||
test: test_gotest test_examples
|
test: test_gotest test_examples
|
||||||
|
|
||||||
.PHONY: ci_test
|
.PHONY: ci_test
|
||||||
ci_test: static_checks test_gotest test_examples
|
ci_test: static_check test_gotest test_examples
|
||||||
|
|
||||||
EXECUTABLES = goimports staticcheck
|
EXECUTABLES = goimports staticcheck
|
||||||
.PHONY: get_tools
|
.PHONY: get_tools
|
||||||
|
|||||||
Reference in New Issue
Block a user