PHP := php SRC = sleeptest.php OUT = sleeptest.php .PHONY: clean all: $(OUT) $(OUT): $(SRC) clean: