5 lines
35 B
Makefile
5 lines
35 B
Makefile
|
.PHONY: run
|
||
|
|
||
|
run: d2_2.php
|
||
|
php $<
|