Skip to content
Snippets Groups Projects
Unverified Commit f8218b2b authored by Kali Kaneko's avatar Kali Kaneko Committed by meskio
Browse files

[bug] allow to fail on cleanup

parent e635c5b4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment