mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-21 18:55:21 -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
|
||||
|
||||
unix: clean render bitmaps
|
||||
@cd builder && make build_unix
|
||||
@cd builder && make build_unix clean
|
||||
|
||||
windows: clean render bitmaps
|
||||
@cd builder && make build_windows
|
||||
@cd builder && make build_windows clean
|
||||
|
||||
.PHONY: all
|
||||
|
||||
|
@ -24,7 +24,7 @@ render: bitmapper svg
|
|||
@cd bitmapper && $(MAKE)
|
||||
|
||||
build: bitmaps
|
||||
@cd builder && $(MAKE)
|
||||
@cd builder && make build clean
|
||||
|
||||
.ONESHELL:
|
||||
SHELL:=/bin/bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue