Skip to content

Instantly share code, notes, and snippets.

@criptoenaut
criptoenaut / Makefile
Last active August 29, 2015 14:14 — forked from toolmantim/Makefile
# A simple Makefile alternative to using Grunt for your static asset compilation
#
## Usage
#
# $ npm install
#
# And then you can run various commands:
#
# $ make # compile files that need compiling
# $ make clean all # remove target files and recompile from scratch