Makefile
This commit is contained in:
parent
1a3286cadc
commit
b6a43ab571
1 changed files with 8 additions and 0 deletions
8
Makefile
Normal file
8
Makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
PHP ?= php
|
||||
COMPOSER ?= composer
|
||||
|
||||
all:
|
||||
$(COMPOSER) install
|
||||
|
||||
server:
|
||||
$(PHP) -S 127.0.0.1:8080
|
||||
Loading…
Add table
Add a link
Reference in a new issue