langcmp/php/Makefile

12 lines
103 B
Makefile
Raw Permalink Normal View History

2023-08-24 08:50:56 +02:00
PHP := php
SRC = sleeptest.php
OUT = sleeptest.php
.PHONY: clean
all: $(OUT)
$(OUT): $(SRC)
clean: