Doxygen target

This commit is contained in:
Imbus 2024-04-24 01:34:33 +02:00
parent aff21d0593
commit 86a79fd8a0
3 changed files with 16 additions and 1 deletions

View file

@ -43,5 +43,8 @@ fmt:
clean:
rm -rf $(BUILD_DIR) $(TARGET)
docs:
doxygen Doxyfile
# Mark rules as phony
.PHONY: all run clean