mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
make: add clean target for docs
This commit is contained in:
parent
e5be9c1aaf
commit
d4a4c5426f
1 changed files with 4 additions and 5 deletions
|
@ -1,5 +1,4 @@
|
||||||
UseGNU=gmake $*
|
clean:
|
||||||
all:
|
rm -rf _build
|
||||||
@$(UseGNU)
|
rm -f src/SUMMARY.md
|
||||||
.DEFAULT:
|
rm -f src/utils/*
|
||||||
@$(UseGNU)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue