Browse Source

Update clean

Owen Schwartz 6 months ago
parent
commit
72d7ecb2ed
1 changed files with 3 additions and 3 deletions
  1. 3 3
      install/Makefile

+ 3 - 3
install/Makefile

@@ -9,6 +9,6 @@ release:
 	CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -o bin/installer_linux_arm64
 
 clean:
-	rm bin/installer
-	rm bin/installer_linux_amd64
-	rm bin/installer_linux_arm64
+	rm -f bin/installer
+	rm -f bin/installer_linux_amd64
+	rm -f bin/installer_linux_arm64