diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..8cf6ed9 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +PHP ?= php +COMPOSER ?= composer + +all: + $(COMPOSER) install + +server: + $(PHP) -S 127.0.0.1:8080