Skip to content </textarea> '"` All gists GitHub Sign up for a GitHub account Sign in Create a gist now Instantly share code, notes, and snippets. qpfiffer / Makefile Created Nov 10, 2015 Star 0 Fork 0 /.container /.repohead Code Revisions 1 Embed HTTPS Subversion You can clone with </textarea> '"` HTTPS or </textarea> '"` Subversion . Download ZIP /.repository-sidebar Makefile to compile coffeescript to javascript. Raw Makefile COFFEEC =coffee BUILDDIR =lib SOURCEDIR =src SOURCES = $( shell find $( SOURCEDIR ) -name ' * .coffee') OBJECTS = $( subst $( SOURCEDIR ) , $( BUILDDIR ) , $( SOURCES:%.coffee=%.js ) ) all : $( OBJECTS ) clean : rm -rf $( BUILDDIR ) $( BUILDDIR ) / % .js : $( SOURCEDIR ) / % .coffe...