summaryrefslogtreecommitdiff
path: root/icon
diff options
context:
space:
mode:
Diffstat (limited to 'icon')
-rw-r--r--icon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/icon/Makefile b/icon/Makefile
index 445fee4..887e78b 100644
--- a/icon/Makefile
+++ b/icon/Makefile
@@ -21,5 +21,5 @@ go_array_name = "$(shell echo $(<) | sed -e 's/.*vpn_\(.*\)\.png/\u\1/' -e 's/_/
cat $< | 2goarray $(go_array_name) icon >> $@
clean:
- rm *_unix.go
- rm *_darwin.go
+ rm -f *_unix.go
+ rm -f *_darwin.go