Fixed Not_found in call compilation

This commit is contained in:
Roman Venediktov 2024-07-10 15:12:15 +02:00
parent 16d9f06afb
commit 2728488b9b
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ SHELL := /bin/bash
FILES=$(wildcard *.lama)
ALL=$(sort $(FILES:.lama=.o))
LAMAC=../src/lamac -g
LAMAC=../src/lamac
all: $(ALL)