From 8572ae35cfc24d5c769d62fd81a4023719b03b24 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Tue, 19 Jun 2012 10:28:51 +0200 Subject: [PATCH] Phony task --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index de65487e4f..ff9dd6d345 100644 --- a/Makefile +++ b/Makefile @@ -2,3 +2,5 @@ all: java -jar plovr.jar serve main.json build: java -jar plovr.jar build main.json > index.js + +.PHONY: build \ No newline at end of file