PYTHON := python SRC = sleeptest.py OUT = sleeptest.py .PHONY: clean all: $(OUT) $(OUT): $(SRC) clean: