Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
So that `make clean` always works.

Signed-off-by: Trishank Karthik Kuppusamy <trishank.kuppusamy@datadoghq.com>
  • Loading branch information
trishankatdatadog committed Jan 25, 2022
1 parent adab5c5 commit cd48bbf
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 @@ -93,7 +93,7 @@ clean:
rm -rf dist
rm -rf hack/tools/bin
rm -rf rekor-cli rekor-server
rm *fuzz.zip
rm -f *fuzz.zip

clean-gen: clean
rm -rf $(shell find pkg/generated -iname "*.go"|grep -v pkg/generated/restapi/configure_rekor_server.go)
Expand Down

0 comments on commit cd48bbf

Please sign in to comment.