Skip to content

Commit

Permalink
Merge pull request #17700 from imalasong/pr/3
Browse files Browse the repository at this point in the history
Makefile: perfect .PHONY
  • Loading branch information
jmhbnz authored Apr 3, 2024
2 parents 547aa64 + daf893d commit 557e7f0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.PHONY: all
all: build
include tests/robustness/makefile.mk

Expand Down Expand Up @@ -61,11 +62,13 @@ fuzz:
./scripts/fuzzing.sh

# Static analysis

.PHONY: verify
verify: verify-gofmt verify-bom verify-lint verify-dep verify-shellcheck verify-goword \
verify-govet verify-license-header verify-receiver-name verify-mod-tidy \
verify-shellws verify-proto-annotations verify-genproto verify-yamllint \
verify-govet-shadow verify-markdown-marker

.PHONY: fix
fix: fix-bom fix-lint fix-yamllint
./scripts/fix.sh

Expand Down Expand Up @@ -178,7 +181,7 @@ bin/lazyfs:
cp /tmp/lazyfs/lazyfs/build/lazyfs ./bin/lazyfs

# Cleanup

.PHONY: clean
clean:
rm -f ./codecov
rm -rf ./covdir
Expand Down

0 comments on commit 557e7f0

Please sign in to comment.