5 lines
59 B
Makefile
5 lines
59 B
Makefile
web: .PHONY
|
|
php -S localhost:8088 -t . index.php
|
|
|
|
.PHONY:
|
web: .PHONY
|
|
php -S localhost:8088 -t . index.php
|
|
|
|
.PHONY:
|