mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-06-17 05:04:59 +02:00
14 lines
249 B
Makefile
14 lines
249 B
Makefile
|
|
docs: index.html
|
|
|
|
index.html: lib/log.js
|
|
dox \
|
|
--title "Log.js" \
|
|
--desc "Tiny logger for [NodeJS](http://nodejs.org)." \
|
|
--ribbon "http://github.com/visionmedia/log.js" \
|
|
lib/log.js > $@
|
|
|
|
docclean:
|
|
rm -f index.html
|
|
|
|
.PHONY: docs docclean |