From 04ab744593273193ad9d7a08b2fe1a381bb25146 Mon Sep 17 00:00:00 2001 From: Marc Ypes Date: Mon, 19 Dec 2016 17:14:16 +0100 Subject: [PATCH] Update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 82c0d5f879a..d16223adbad 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # Use the version number to figure out if the release # is a pre-release PRERELEASE=$(shell echo $(VERSION) | grep -E 'dev|rc|alpha|beta' --quiet && echo 'true' || echo 'false') -COMPONENTS= filesystem log utility cache datasource core collection event validation database i18n ORM +COMPONENTS= filesystem log utility cache datasource core collection event validation database i18n ORM form CURRENT_BRANCH=$(shell git branch | grep '*' | tr -d '* ') # Github settings