[Pkg-javascript-commits] [sockjs-client] 228/434: Simplify makefile - coffeescript compilation of tests may be simpler
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:15 UTC 2014
This is an automated email from the git hooks/post-receive script.
tonnerre-guest pushed a commit to branch master
in repository sockjs-client.
commit c94d271bb67dadc775b6417b1c7d204ae2df18e9
Author: Marek Majkowski <majek04 at gmail.com>
Date: Wed Nov 30 13:05:48 2011 +0000
Simplify makefile - coffeescript compilation of tests may be simpler
---
Makefile | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/Makefile b/Makefile
index 8ddcc9a..144ea89 100644
--- a/Makefile
+++ b/Makefile
@@ -19,11 +19,7 @@ sockjs.pretty.js: lib/*js version
tests/html/lib/sockjs.js: sockjs.js
cp $< $@
-tests/html/lib/tests.js: tests/html/src/tests.coffee
- @coffee -v > /dev/null
- coffee -o tests/html/lib/ -c --bare $<
-
-tests/html/lib/unittests.js: tests/html/src/unittests.coffee
+tests/html/lib/%.js: tests/html/src/%.coffee
@coffee -v > /dev/null
coffee -o tests/html/lib/ -c --bare $<
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git
More information about the Pkg-javascript-commits
mailing list