Skip to content

Commit

Permalink
fix whitespace issue causing make build to fail (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
makeittotop committed Sep 18, 2023
1 parent 31b8560 commit a687d9f
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 @@ -6,7 +6,7 @@ install: build ## builds dperf
@echo "Installation successful. To learn more, try \"dperf --help\"."

build:
@CGO_ENABLED=0 go build --ldflags "-s -w"
@CGO_ENABLED=0 go build --ldflags "-s -w"

clean:
@echo "Cleaning up all the generated files"
Expand Down

0 comments on commit a687d9f

Please sign in to comment.