better_fonts/Makefile

9 lines
285 B
Makefile
Raw Permalink Normal View History

2024-03-29 22:44:51 -05:00
clean:
fd --no-ignore-vcs --type d results --exec rm -rf
fd --no-ignore-vcs src.rpm --exec rm
fd --no-ignore-vcs zip --exec rm
fd --no-ignore-vcs tar.xz --exec rm
fd --no-ignore-vcs tag.gz --exec rm
fd --no-ignore-vcs --type f --hidden --regex '^\.build' --exec rm
.PHONY: clean