Ajoute règles Makefile pour générer la doc doxygen
This commit is contained in:
@ -21,11 +21,20 @@ $(OBJ)/%.o: %.c
|
||||
|
||||
-include $(DEP)/*.d
|
||||
|
||||
.PHONY: debug clean mrproper
|
||||
.PHONY: debug clean mrproper doc doc-config clean-doc
|
||||
|
||||
debug:
|
||||
make DEBUG=1
|
||||
|
||||
doc:
|
||||
make doc -C ..
|
||||
|
||||
doc-config:
|
||||
make doc-config -C ..
|
||||
|
||||
clean-doc:
|
||||
make clean-doc -C ..
|
||||
|
||||
clean:
|
||||
make clean -C ..
|
||||
|
||||
|
Reference in New Issue
Block a user