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: