Skip to content

Commit 42a6cf2

Browse files
authored
Merge pull request #1037 from ViktorTigerstrom/2025-04-update-make-clean
build: add removal of ./vendor to `make clean`
2 parents 3f34989 + f32db6b commit 42a6cf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ clean: clean-itest
305305
$(RM) ./litcli-debug
306306
$(RM) ./litd-debug
307307
$(RM) coverage.txt
308+
$(RM) -r ./vendor
308309

309310
sqlc:
310311
@$(call print, "Generating sql models and queries in Go")

0 commit comments

Comments
 (0)