From 06ca2fbc60274185ddb4d25c134b0af859a74257 Mon Sep 17 00:00:00 2001 From: Wen Kokke Date: Mon, 27 May 2019 16:26:23 +0100 Subject: [PATCH] Trying #267 for real --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ab5c4b47..6c7b21ee 100644 --- a/Makefile +++ b/Makefile @@ -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))))