langcmp/perl/Makefile

12 lines
103 B
Makefile
Raw Normal View History

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