From 0d388f4530c5617b8291161de91e2eb9320ac195 Mon Sep 17 00:00:00 2001 From: cleardevice Date: Tue, 20 Aug 2013 04:06:37 +0300 Subject: [PATCH] Update Makefile --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bb32340..645d631 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ JSLINT_DIRS ?= trunk vkfox-52 jslint: $(shell find $(JSLINT_DIRS) -name '*.js') -%.js : +%.js: force @echo "$*.js" @jslint --predef=jQuery,swfobject \ --bitwise \ @@ -17,3 +17,5 @@ jslint: $(shell find $(JSLINT_DIRS) -name '*.js') --sub \ --white \ $*.js + +.PHONY: force