mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
More collection; added list functions
This commit is contained in:
parent
5dcc3a97b0
commit
c132073529
5 changed files with 143 additions and 4 deletions
|
|
@ -7,7 +7,7 @@ RC=../src/rc.opt
|
|||
all: $(ALL)
|
||||
|
||||
%.o: %.expr
|
||||
$(RC) -c $<
|
||||
$(RC) -I . -c $<
|
||||
|
||||
clean:
|
||||
rm -Rf *.s *.o *.i *~
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue