poc-api-proxy/Makefile

9 lines
104 B
Makefile

PHP ?= php
COMPOSER ?= composer
all:
$(COMPOSER) install
server:
$(PHP) -S 127.0.0.1:8080 index.php