Skip to content

Commit ef5d373

Browse files
committed
Silence Makefile
Signed-off-by: Ulysses Souza <[email protected]>
1 parent ca2961b commit ef5d373

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
all: clean gen test
2-
@echo "Done"
2+
@echo "All done!"
33

44
test:
55
@gotestsum --format testname ./...
66

77
gen:
8-
antlr -Dlanguage=Go -o gen/fileparser -package fileparser EnvLangFile.g4
9-
antlr -Dlanguage=Go -o gen/valueparser -package valueparser EnvLangValue.g4
8+
@antlr -Dlanguage=Go -o gen/fileparser -package fileparser EnvLangFile.g4
9+
@antlr -Dlanguage=Go -o gen/valueparser -package valueparser EnvLangValue.g4
1010

1111
clean:
12-
rm -rf gen
12+
@rm -rf gen
1313

1414
setup:
1515
go install gotest.tools/[email protected]

0 commit comments

Comments
 (0)