From 71b6748e73b42ef86fc902a8865165935a109c02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Sat, 28 Mar 2015 19:09:53 +0100 Subject: [PATCH] Call coffee compiler directly form node_modules in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7d762bb..bae2426 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ build: cp -R lib src - coffee -c lib + ./node_modules/coffee-script/bin/coffee -c lib find lib -iname "*.coffee" -exec rm '{}' ';' unbuild: