mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-25 16:18:48 +00:00
Added queue to stdlib
This commit is contained in:
parent
4cb462c2a8
commit
ddb45a496f
2 changed files with 28 additions and 0 deletions
|
|
@ -18,6 +18,8 @@ $(BDIR)/Fun.o: $(BDIR)/Ref.o
|
|||
|
||||
$(BDIR)/Data.o: $(BDIR)/Ref.o $(BDIR)/Collection.o
|
||||
|
||||
$(BDIR)/Queue.o: $(BDIR)/List.o
|
||||
|
||||
$(BDIR)/Collection.o: $(BDIR)/List.o $(BDIR)/Ref.o
|
||||
|
||||
$(BDIR)/Array.o: $(BDIR)/List.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue