build: add removal of ./vendor to make clean

This commit is contained in:
Viktor Tigerström 2025-04-15 13:31:34 +02:00
parent c10d98182a
commit f32db6bb52
No known key found for this signature in database
GPG key ID: B984570980684DCC

View file

@ -305,6 +305,7 @@ clean: clean-itest
$(RM) ./litcli-debug
$(RM) ./litd-debug
$(RM) coverage.txt
$(RM) -r ./vendor
sqlc:
@$(call print, "Generating sql models and queries in Go")