From 1444c72db8505340c0988ea286a29bc261297933 Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Mon, 9 Jun 2025 17:43:50 -0500 Subject: We do a little documentation --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 981bb37..815e5b0 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,7 @@ -GTAGFILES := $(patsubst %,./src/%,GPATH GRTAGS GTAGS) .PHONY: docs c clean docs: doxygen .Doxyfile c clean: - rm -rvf docs $(GTAGFILES) \ No newline at end of file + rm -rvf docs \ No newline at end of file -- cgit v1.2.3