building some more automation with a makefile and adding it as a script

This commit is contained in:
Luis Cordova
2013-07-10 02:17:32 -05:00
parent d1dabfed50
commit 9c76d8bdcb
2 changed files with 7 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
web: .PHONY
php -S localhost:8088 -t . index.php
.PHONY:
+3
View File
@@ -19,5 +19,8 @@
"branch-alias": {
"dev-master": "1.3.x-dev"
}
},
"scripts": {
"post-install-cmd": "make"
}
}