better_fonts/Makefile

9 lines
285 B
Makefile
Raw Normal View History

2024-03-30 04:44:51 +01: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