From d1350165d9202281d158b65bef25d96253e82a89 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 30 Apr 2023 17:22:03 +0300 Subject: start working on docs --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.3