Doxygen target
This commit is contained in:
parent
aff21d0593
commit
86a79fd8a0
3 changed files with 16 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -43,5 +43,8 @@ fmt:
|
|||
clean:
|
||||
rm -rf $(BUILD_DIR) $(TARGET)
|
||||
|
||||
docs:
|
||||
doxygen Doxyfile
|
||||
|
||||
# Mark rules as phony
|
||||
.PHONY: all run clean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue