1
Fork 0
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:
Terts Diepraam 2022-02-11 19:16:33 +01:00
parent e5be9c1aaf
commit d4a4c5426f

View file

@ -1,5 +1,4 @@
UseGNU=gmake $* clean:
all: rm -rf _build
@$(UseGNU) rm -f src/SUMMARY.md
.DEFAULT: rm -f src/utils/*
@$(UseGNU)