From 720116512504c7be65362e1323866839e0ea155c Mon Sep 17 00:00:00 2001 From: Artur Ventura Date: Wed, 10 Aug 2011 00:55:17 +0100 Subject: [PATCH] test --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 7eb2d7e..86a3a89 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ - + SRCS=$(wildcard src/*.js) OBJS=$(SRCS:.js=.jspp)