From f8218b2beb8b184e7b3585f1280695ecfef040f9 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Mon, 15 Jul 2019 17:34:49 +0200 Subject: [bug] allow to fail on cleanup --- Makefile | 3 ++- icon/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8f4d836..d3568d2 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,8 @@ build_win: clean: make -C icon clean - rm build/bitmask-vpn + rm -f build/bitmask-vpn + unlink branding/assets/default icon: make -C icon 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 -- cgit v1.2.3