2025-08-15 19:18:19 +02:00

11 lines
175 B
Makefile

.ONESHELL:
SHELL = /usr/bin/bash
MAKEFLAGS += --no-print-directory
.SILENT:
test:
:
%.log_1st: %.py
echo -e "\e[1m * Running slow example $<\e[0m"
$(INTERPRETER) $< > $@