mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-22 03:05:22 -04:00
🧹 Clean builder cache on every make commands
This commit is contained in:
parent
e43635c9ef
commit
acbdbfeefc
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -10,10 +10,10 @@ root_dest := $(root)/$(theme)
|
||||||
all: clean render build
|
all: clean render build
|
||||||
|
|
||||||
unix: clean render bitmaps
|
unix: clean render bitmaps
|
||||||
@cd builder && make build_unix
|
@cd builder && make build_unix clean
|
||||||
|
|
||||||
windows: clean render bitmaps
|
windows: clean render bitmaps
|
||||||
@cd builder && make build_windows
|
@cd builder && make build_windows clean
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ render: bitmapper svg
|
||||||
@cd bitmapper && $(MAKE)
|
@cd bitmapper && $(MAKE)
|
||||||
|
|
||||||
build: bitmaps
|
build: bitmaps
|
||||||
@cd builder && $(MAKE)
|
@cd builder && make build clean
|
||||||
|
|
||||||
.ONESHELL:
|
.ONESHELL:
|
||||||
SHELL:=/bin/bash
|
SHELL:=/bin/bash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue