aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 76c4c6d3..49601019 100644
--- a/Makefile
+++ b/Makefile
@@ -46,6 +46,6 @@ deploy: amd64/wireguard.exe
scp $< $(DEPLOYMENT_HOST):$(DEPLOYMENT_PATH)
clean:
- rm -rf *.syso x86/ amd64/ .deps
+ rm -rf *.syso ui/icon/*.ico x86/ amd64/ .deps
.PHONY: deploy clean all