Explorar o código

Add 'docs' target to Makefile

Ole %!s(int64=10) %!d(string=hai) anos
pai
achega
ab09d8733d
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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)