ORM/Makefile

8 lines
188 B
Makefile
Raw Normal View History

2019-09-03 12:56:00 +00:00
test-blog-app:
clear;
CURRENT_UID=`id -u`:`id -g` docker-compose run blog-app ./src/Generator/Laminator --workdir=./examples/blog-app
2019-09-03 12:56:00 +00:00
setup:
composer install
test: setup test-blog-app