summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 981bb37..815e5b0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,7 @@
1GTAGFILES := $(patsubst %,./src/%,GPATH GRTAGS GTAGS)
2.PHONY: docs c clean 1.PHONY: docs c clean
3 2
4docs: 3docs:
5 doxygen .Doxyfile 4 doxygen .Doxyfile
6 5
7c clean: 6c clean:
8 rm -rvf docs $(GTAGFILES) \ No newline at end of file 7 rm -rvf docs \ No newline at end of file