mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
make: add clean target for docs
This commit is contained in:
+4
-5
@@ -1,5 +1,4 @@
|
||||
UseGNU=gmake $*
|
||||
all:
|
||||
@$(UseGNU)
|
||||
.DEFAULT:
|
||||
@$(UseGNU)
|
||||
clean:
|
||||
rm -rf _build
|
||||
rm -f src/SUMMARY.md
|
||||
rm -f src/utils/*
|
||||
|
||||
Reference in New Issue
Block a user