poc-api-proxy/Makefile
2017-10-23 22:43:16 +02:00

9 lines
94 B
Makefile

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