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: release
|
||||
|
||||
stack: SCHED = sched-stack.o
|
||||
stack: release
|
||||
lifo: SCHED = sched-lifo.o
|
||||
lifo: release
|
||||
|
||||
random: SCHED = sched-random.o
|
||||
random: release
|
||||
|
|
Reference in a new issue