mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 14:58:50 +00:00
Fixed LAMAC in tutorial
This commit is contained in:
parent
ba6a5382c8
commit
58ffcbe512
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ SHELL := /bin/bash
|
|||
|
||||
FILES=$(wildcard *.lama)
|
||||
ALL=$(sort $(FILES:.lama=))
|
||||
LAMAC=../src/lamac
|
||||
LAMAC=lamac
|
||||
|
||||
all: $(ALL)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue