poc-api-proxy/Makefile

9 lines
104 B
Makefile
Raw Normal View History

2017-10-23 22:43:16 +02:00
PHP ?= php
COMPOSER ?= composer
all:
$(COMPOSER) install
server:
2017-11-08 20:43:46 +01:00
$(PHP) -S 127.0.0.1:8080 index.php