Sfoglia il codice sorgente

Add 'docs' target to Makefile

Ole 10 anni fa
parent
commit
ab09d8733d
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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)