File: Makefile

Recommend this page to a friend!
  Classes of Emil Kilhage   class.js   Makefile   Download  
File: Makefile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: class.js
Create classes with Node.js, jQuery and JavaScript
Author: By
Last change: Update of Makefile
Date: 2 years ago
Size: 245 bytes
 

Contents

Class file image Download
BUILD = node build/build.js all: ${BUILD} lint: node build/lint.js tests: node test/node/test.js js: ${BUILD} js node: ${BUILD} node jquery: ${BUILD} jquery dev: node build/dev.js init: git submodule update --init --recursive;