Also delete generated files with 'make clean'

This commit is contained in:
Sybren A. Stüvel 2022-01-07 11:37:28 +01:00 committed by Sybren A. Stüvel
parent f1399ca929
commit fa6f2a90d3

View File

@ -61,7 +61,7 @@ lint:
clean:
@go clean -i -x
rm -f flamenco*-poc-v* flamenco*-poc *.exe resource.syso
rm -f flamenco*-poc-v* flamenco*-poc *.exe resource.syso pkg/api/*.gen.go
static: vet lint resource.syso
go build -v -o ${STATIC_OUT} -tags netgo -ldflags="-extldflags \"-static\" -w -s ${LDFLAGS}" ${PKG}