Trying #267 for real

This commit is contained in:
Wen Kokke 2019-05-27 16:26:23 +01:00
parent 2cf10cc785
commit 06ca2fbc60

View file

@ -1,4 +1,4 @@
SHELL := bash
SHELL := /bin/bash
agda := $(shell find . -type f -and \( -path '*/src/*' -or -path '*/tspl/*' \) -and -name '*.lagda')
agdai := $(shell find . -type f -and \( -path '*/src/*' -or -path '*/tspl/*' \) -and -name '*.agdai')
markdown := $(subst tspl/,out/,$(subst src/,out/,$(subst .lagda,.md,$(agda))))