mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-08-25 14:02:03 +02:00
Initial commit
This commit is contained in:
14
node_modules/log/Makefile
generated
vendored
Normal file
14
node_modules/log/Makefile
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
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
|
Reference in New Issue
Block a user