Skip to content

Commit 85bf3df

Browse files
committed
chore: make clean shouldn't fail when files don't exist.
Correction for 438489b commit.
1 parent f12c747 commit 85bf3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ fmt:
1010
gofmt -s -d -w .
1111

1212
clean:
13-
rm my-country my-country-linux
13+
rm -f my-country my-country-linux

0 commit comments

Comments
 (0)