Makefile 186 B

123456789
  1. test:
  2. [ -d t/lib/testmore ] || git clone https://github.com/shiflett/testmore.git t/lib/testmore
  3. prove --exec 'php' t/*.t
  4. install:
  5. php bin/install
  6. update:
  7. php bin/install --update