test: Rename the reflowed comments test to make it easier to find
This makes running one-of executions of this a bit easier.
This commit is contained in:
@@ -32,11 +32,11 @@ SHELL = /usr/bin/env bash
|
||||
|
||||
all: build
|
||||
|
||||
build: comment_parser
|
||||
build: reflowed-comments
|
||||
|
||||
clean:
|
||||
@rm -f comment_parser || true
|
||||
@rm -f reflowed-comments || true
|
||||
|
||||
comment_parser: comment_parser.go
|
||||
@echo "Generating: comment_parser..."
|
||||
go build comment_parser.go
|
||||
reflowed-comments: reflowed-comments.go
|
||||
@echo "Generating: reflowed-comments..."
|
||||
go build reflowed-comments.go
|
||||
|
||||
Reference in New Issue
Block a user