make: remove leftover easyjson bootstrap files in "clean" target

This commit is contained in:
Joachim Bauch 2022-06-24 13:01:03 +02:00
parent af4bd51ec0
commit a06bc333d2
No known key found for this signature in database
GPG Key ID: 77C1D22D53E15F02
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ proxy: common $(BINDIR)
clean:
rm -f *_easyjson.go
rm -f easyjson-bootstrap*.go
build: server proxy