summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2014-03-27 23:13:25 +0000
committerGreg Roach <fisharebest@gmail.com>2014-03-27 23:13:25 +0000
commit6b8dcb3609663aab74eb03b26ab69a3a90753bad (patch)
treea7049a5ee55639e31e34d99f58fc9fb26c79ee6d /Makefile
parent786c4997aaad57692b7cf3b9e955f860357be624 (diff)
downloadwebtrees-6b8dcb3609663aab74eb03b26ab69a3a90753bad.tar.gz
webtrees-6b8dcb3609663aab74eb03b26ab69a3a90753bad.tar.bz2
webtrees-6b8dcb3609663aab74eb03b26ab69a3a90753bad.zip
Split makefile rule into two
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 416c0482c1..d96c6d2f0e 100644
--- a/Makefile
+++ b/Makefile
@@ -28,12 +28,14 @@ PNG_RTL_FILES=$(patsubst %-ltr.css,%-rtl.png,$(PNG_LTR_FILES))
# Use maximum compression
GZIP=gzip -9
-.PHONY: clean update check build/webtrees
+.PHONY: clean update check vendor build/webtrees
################################################################################
# Update
################################################################################
update: $(MO_FILES) $(CSS_RTL_FILES) $(PNG_RTL_FILES)
+
+vendor:
composer.phar update
composer.phar dump-autoload --optimize