From 58ffcbe512dd81fa51477eff69ef4a5865677e50 Mon Sep 17 00:00:00 2001 From: Dmitry Boulytchev Date: Sat, 13 Feb 2021 11:16:12 +0300 Subject: [PATCH] Fixed LAMAC in tutorial --- tutorial/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/Makefile b/tutorial/Makefile index 28608ef39..014b24f20 100644 --- a/tutorial/Makefile +++ b/tutorial/Makefile @@ -2,7 +2,7 @@ SHELL := /bin/bash FILES=$(wildcard *.lama) ALL=$(sort $(FILES:.lama=)) -LAMAC=../src/lamac +LAMAC=lamac all: $(ALL)