Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ceeram committed Dec 19, 2016
1 parent 66b64b1 commit 04ab744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 04ab744

Please sign in to comment.