From a1d03814c1434686db59a1b9737a914bb0eb06a1 Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Wed, 28 Aug 2024 19:08:01 +0200 Subject: [PATCH] cleaning up icons in make clean dn downloading them again when building. --- Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9e0694b..fc12ca9 100644 --- a/Makefile +++ b/Makefile @@ -26,8 +26,15 @@ buildwin: clean: rm -rf bin + rm -rf static/icons -all: build buildwin +static/icons/.downloaded: + ./getbootstrapicons.sh + touch static/icons/.downloaded + +icons: static/icons/.downloaded + +all: icons build buildwin images: docker compose build converge-builder