Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 9da3674

Browse files
committed
simplify the clean command
1 parent c538c3e commit 9da3674

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ build-integration : generate-fake-stemcell-automation $(GOSRC)
3030
go build -o $(COMMAND) -ldflags $(LD_FLAGS) .
3131

3232
clean :
33-
rm -r version/version.go || true
34-
rm -r $(wildcard out/*) || true
35-
rm -r assets/stemcell_automation.go || true
33+
rm -rf version/version.go assets/stemcell_automation.go assets/StemcellAutomation.zip assets/local/* out/*
3634

3735
format :
3836
go fmt ./...

0 commit comments

Comments
 (0)