mirror of
https://github.com/daylinmorgan/monolisa-nerdfont-patch.git
synced 2024-11-12 18:03:14 -06:00
ignore nonexistent patched files
This commit is contained in:
parent
e5caea257c
commit
e21ccaf8aa
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue