.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)