From 43adc410b91ff0e060998549b4602e7aff257666 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 2 May 2019 11:27:18 +0200 Subject: ui: render dots with svgs instead Signed-off-by: Jason A. Donenfeld --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-59-g8ed1b