Files
php-sandbox/Makefile
T
2015-09-14 16:17:28 +02:00

5 lines
44 B
Makefile

web: .PHONY
php -S localhost:1337
.PHONY: