all:
	jsduck --config config.json

clean:
	@rm -rf ../build/code_doc
