From 2d11c86883c4b1150afcc97eedfbf1b2a07de105 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 11 Dec 2018 11:57:23 +0100 Subject: [PATCH] buildsys: fix clean target Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8d83a8a..f7017f9 100644 --- a/Makefile +++ b/Makefile @@ -239,4 +239,4 @@ clean: rm -f api-viewer/apidoc.js chapter-*.html *-plain.html chapter-*.html pve-admin-guide.chunked asciidoc-pve link-refs.json .asciidoc-pve-tmp_* pve-docs-mediawiki-import rm -rf .pve-doc-depends rm -f pve-doc-generator.mk chapter-index-table.adoc man1-index-table.adoc man5-index-table.adoc man8-index-table.adoc pve-admin-guide-docinfo.xml - rm -rf build-* + rm -rf build