From b59b93d3943262cb66e3355e0c9ce0ea672ff196 Mon Sep 17 00:00:00 2001 From: jonas Date: Fri, 1 Feb 2019 13:38:52 +0100 Subject: Documentation --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 649aad5..ddc4dca 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ all: clean build clean: rm -df $(OBJ) test.o version.h - rm -Rdf $(BUILDDIR)/lib $(BUILDDIR)/inc $(BUILDDIR)/test + rm -Rdf $(BUILDDIR)/lib $(BUILDDIR)/inc $(BUILDDIR)/test doc/ run: test ./$(BUILDDIR)/test/test @@ -54,3 +54,7 @@ test: genversion test.o $(OBJ) mkdir -p $(BUILDDIR)/test $(CC) $(DEBUGFLAGS) -o $(BUILDDIR)/test/test test.o $(OBJ) $(LDFLAGS) ./$(BUILDDIR)/test/test test + +doc: + mkdir -p doc + doxygen .doxygen -- cgit v1.2.3