aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-04-30 17:22:03 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2023-04-30 17:22:03 +0300
commitd1350165d9202281d158b65bef25d96253e82a89 (patch)
tree70c88ec7c8e4f24597cf1299fce9d94520ef0f27 /Makefile
parenta0aa77de0751584048992a14081a2e533eec463f (diff)
downloadek-d1350165d9202281d158b65bef25d96253e82a89.tar.gz
ek-d1350165d9202281d158b65bef25d96253e82a89.zip
start working on docs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6b4327c..658cc4f 100644
--- a/Makefile
+++ b/Makefile
@@ -62,3 +62,6 @@ clean:
.PHONY: clean_docs
clean_docs:
@$(RM) -r docs/output
+
+.PHONY: clean_all
+clean_all: clean clean_docs