This commit is contained in:
Simon Vieille 2017-10-23 22:43:16 +02:00
parent 1a3286cadc
commit b6a43ab571
1 changed files with 8 additions and 0 deletions

8
Makefile Normal file
View File

@ -0,0 +1,8 @@
PHP ?= php
COMPOSER ?= composer
all:
$(COMPOSER) install
server:
$(PHP) -S 127.0.0.1:8080