PHP Classes

File: Makefile

Recommend this page to a friend!
  Classes of Wolfy-J   spiral   Makefile   Download  
File: Makefile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: spiral
Modular Web application development framework
Author: By
Last change:
Date: 4 years ago
Size: 192 bytes
 

Contents

Class file image Download
all: @./build.sh build: @./build.sh all clean: rm -rf spiral install: all cp spiral /usr/local/bin/spiral uninstall: rm -f /usr/local/bin/spiral test: composer update vendor/bin/phpunit