cleaning up icons in make clean dn downloading them again when building.
This commit is contained in:
parent
1075232fb0
commit
a1d03814c1
9
Makefile
9
Makefile
@ -26,8 +26,15 @@ buildwin:
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf bin
|
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:
|
images:
|
||||||
docker compose build converge-builder
|
docker compose build converge-builder
|
||||||
|
Loading…
Reference in New Issue
Block a user