From 360c18fcbe228220e5c9799fb30b2032982c06cf Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 29 May 2022 01:10:10 +0300 Subject: add clean_all directive --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dad5309..7d561e1 100644 --- a/Makefile +++ b/Makefile @@ -117,3 +117,6 @@ clean_run: .PHONY: clean_docs clean_docs: $(RM) -r docs/output + +.PHONY: clean_all +clean_all: clean clean_run clean_docs -- cgit v1.3