summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2019-07-15 17:34:49 +0200
committerRuben Pollan <meskio@sindominio.net>2019-08-05 11:46:14 -0400
commitf8218b2beb8b184e7b3585f1280695ecfef040f9 (patch)
treee89206e715b3ef2d7c999d9a5673f899978b7f7a /Makefile
parente635c5b43df0ed6f28c05429dae126d645ac8717 (diff)
[bug] allow to fail on cleanup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 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