From b7d9083335407fb6ddbceec0626fdabf390b1491 Mon Sep 17 00:00:00 2001 From: "Alinson S. Xavier" Date: Sat, 16 Apr 2022 11:34:14 -0500 Subject: [PATCH] Makefile: Update clean target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a331d19..0d2446f 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ VERSION := 0.2 clean: - rm -rfv build + rm -rfv build Manifest.toml test/Manifest.toml deps/formatter/build deps/formatter/Manifest.toml docs: cd docs; make clean; make dirhtml