diff options
Diffstat (limited to 'extras/hs-test/Makefile')
-rwxr-xr-x | extras/hs-test/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extras/hs-test/Makefile b/extras/hs-test/Makefile index 90265551c87..c50e681915a 100755 --- a/extras/hs-test/Makefile +++ b/extras/hs-test/Makefile @@ -7,4 +7,7 @@ build: docker: bash ./script/build.sh +fixstyle: + @gofmt -w . + .PHONY: docker |