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 $*
|
||||
all:
|
||||
@$(UseGNU)
|
||||
.DEFAULT:
|
||||
@$(UseGNU)
|
||||
clean:
|
||||
rm -rf _build
|
||||
rm -f src/SUMMARY.md
|
||||
rm -f src/utils/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue