rename stack to lifo
This commit is contained in:
parent
fa3d6025f8
commit
5862d2e949
2 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -45,8 +45,8 @@ all:
|
||||||
threads: SCHED = sched-threads.o
|
threads: SCHED = sched-threads.o
|
||||||
threads: release
|
threads: release
|
||||||
|
|
||||||
stack: SCHED = sched-stack.o
|
lifo: SCHED = sched-lifo.o
|
||||||
stack: release
|
lifo: release
|
||||||
|
|
||||||
random: SCHED = sched-random.o
|
random: SCHED = sched-random.o
|
||||||
random: release
|
random: release
|
||||||
|
|
Reference in a new issue