Update readme, makefile
This commit is contained in:
6
Makefile
6
Makefile
@ -1,7 +1,9 @@
|
||||
.PHONY: jsonedit.phar
|
||||
jsonedit.phar:
|
||||
jsonedit.phar: composer
|
||||
echo "<?php return [ 'version' => \"v$(shell git describe --tags)\", 'builddate' => \"$(shell LC_ALL=C date)\" ];" > src/build.php \
|
||||
&& box compile \
|
||||
&& rm src/build.php \
|
||||
&& mv bin/jsonedit.phar .
|
||||
|
||||
.PHONY: composer
|
||||
composer:
|
||||
test -d vendor || composer install
|
||||
|
Reference in New Issue
Block a user