Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Fix:
- make clean now contains testcoverage.out instead of output.out
  • Loading branch information
leonsteinhaeuser committed Jul 31, 2020
1 parent fb2e27a commit d58186d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gox:
gox ${LDFLAGS} -parallel=4 -output="./bin/apitest_{{.OS}}_{{.Arch}}"

clean:
rm -rfv ./apitest ./bin/* ./output.out
rm -rfv ./apitest ./bin/* ./testcoverage.out

build:
go build
Expand Down

0 comments on commit d58186d

Please sign in to comment.