rename stack to lifo

This commit is contained in:
Mylloon 2024-04-24 17:14:34 +02:00
parent fa3d6025f8
commit 5862d2e949
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 2 additions and 2 deletions

View file

@ -45,8 +45,8 @@ all:
threads: SCHED = sched-threads.o
threads: release
stack: SCHED = sched-stack.o
stack: release
lifo: SCHED = sched-lifo.o
lifo: release
random: SCHED = sched-random.o
random: release