From 3e74b081dba17f12a1661e9e4db6b41a02a78861 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 30 Apr 2023 17:20:33 +0300 Subject: start adding docs --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 730d805..dad5988 100644 --- a/Makefile +++ b/Makefile @@ -65,3 +65,6 @@ clean: .PHONY: clean_docs clean_docs: @$(RM) -r docs/output + +.PHONY: clean_all +clean_all: clean clean_docs -- cgit v1.3