ignore nonexistent patched files

This commit is contained in:
Daylin Morgan 2022-12-28 12:35:02 -06:00
parent e5caea257c
commit e21ccaf8aa
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ lint:
## clean | remove patched fonts
.PHONY: clean
clean:
@rm -r patched/*
@rm -rf patched/*
msg = $(call tprint,{a.bold}==>{a.end} {a.b_magenta}$(1){a.end} {a.bold}<=={a.end})
USAGE = {a.b_green}Update MonoLisa with Nerd Fonts! {a.end}\n\n{a.header}usage{a.end}:\n make <recipe>\n