langcmp/python/Makefile

12 lines
107 B
Makefile
Raw Permalink Normal View History

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