mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-24 23:58:47 +00:00
Added tutorial
This commit is contained in:
parent
b7271d167a
commit
b0e5bc26e3
10 changed files with 153 additions and 6 deletions
13
tutorial/Makefile
Normal file
13
tutorial/Makefile
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
SHELL := /bin/bash
|
||||
|
||||
FILES=$(wildcard *.lama)
|
||||
ALL=$(sort $(FILES:.lama=))
|
||||
LAMAC=../src/lamac
|
||||
|
||||
all: $(ALL)
|
||||
|
||||
%: %.lama
|
||||
$(LAMAC) $<
|
||||
|
||||
clean:
|
||||
rm -Rf *.s *.o *.i *~
|
||||
Loading…
Add table
Add a link
Reference in a new issue