Lephisto/docs/Makefile

13 lines
159 B
Makefile

.PHONY: all lua doxy
all: doxy lua
doxy:
@echo " DOC docs/doxygen"
@(cd doxygen; doxygen)
lua:
@echo " DOC docs/lua"
@(cd doxygen; sh luadoc.sh)