public inbox for ~johnnyrichard/olang-devel@lists.sr.ht
 help / color / mirror / code / Atom feed
c736a781123c38e3ed015fa1a6f63ffa51998dcc blob 182 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
 
.POSIX:

RUNNER := ./run.sh
SRCS := $(wildcard *.ol)
TESTS := $(patsubst %.ol, %.run, $(SRCS))

.SUFFIXES:
.SUFFIXES: .ol .run

.PHONY: all
all: $(TESTS)

.ol.run:
	@$(RUNNER) ./$<

debug log:

solving c736a78 ...
found c736a78 in https://git.johnnyrichard.com/olang.git

Code repositories for project(s) associated with this public inbox

	https://git.johnnyrichard.com/olang.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox