libthread: fix mistake, make "all" the default target again
This commit is contained in:
parent
7a97fe132a
commit
a98f911a17
1 changed files with 2 additions and 2 deletions
|
@ -72,11 +72,11 @@ UPDATE=mkfile\
|
||||||
$CFILES\
|
$CFILES\
|
||||||
$SFILES\
|
$SFILES\
|
||||||
|
|
||||||
|
all:V: $LIB sched.acid channel.acid
|
||||||
|
|
||||||
spim.$O: mips.c
|
spim.$O: mips.c
|
||||||
$CC $CFLAGS -o $target mips.c
|
$CC $CFLAGS -o $target mips.c
|
||||||
|
|
||||||
all:V: $LIB sched.acid channel.acid
|
|
||||||
|
|
||||||
</sys/src/cmd/mksyslib
|
</sys/src/cmd/mksyslib
|
||||||
|
|
||||||
$O.tprimes: tprimes.$O $LIB
|
$O.tprimes: tprimes.$O $LIB
|
||||||
|
|
Loading…
Reference in a new issue