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