Browse Source

Add 'docs' target to Makefile

Ole 10 years ago
parent
commit
ab09d8733d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Makefile

+ 3 - 0
Makefile

@@ -34,6 +34,9 @@ all: test examples
 clean:
 	$(RM) $(EXAMPLE_OBJS) $(EXAMPLE_DEPS) $(TEST_OUT) $(TEST_OBJS) $(TEST_DEPS)
 
+docs:
+	doxygen
+
 # Tests
 test: $(TEST_OUT)
 	./$(TEST_OUT)