1
1
mirror of https://github.com/theoludwig/libcproject.git synced 2025-05-21 23:21:15 +02:00

feat: generate documentation

fixes #1
This commit is contained in:
Divlo
2023-01-06 16:32:29 +01:00
parent 9fc4cd9139
commit 6932907f05
7 changed files with 109 additions and 3 deletions

View File

@ -39,6 +39,10 @@ test: all ${TEST_SOURCES}
lint:
clang-format --Werror --dry-run ${LIB_SOURCES} ${TEST_SOURCES} ${HEADER_FILES} ./main.c
.PHONY: documentation
documentation:
doxygen ./Doxyfile
.PHONY: clean
clean:
rm --recursive --force ./build ./bin *.out *.o *.exe *.a
rm --recursive --force ./build ./bin *.out *.o *.exe *.a documentation