diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-10 03:20:08 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-10 03:20:08 +0200 |
commit | a98f911a178d3cc044d612e5ad96ee487bd887c8 (patch) | |
tree | 3e87def174504728dd2131360481d7c89eeeed0d /sys | |
parent | 7a97fe132a4112104e53bc133793b433d3e2423c (diff) |
libthread: fix mistake, make "all" the default target again
Diffstat (limited to 'sys')
-rw-r--r-- | sys/src/libthread/mkfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/src/libthread/mkfile b/sys/src/libthread/mkfile index 3f1dde736..9b4dd1517 100644 --- a/sys/src/libthread/mkfile +++ b/sys/src/libthread/mkfile @@ -72,11 +72,11 @@ UPDATE=mkfile\ $CFILES\ $SFILES\ +all:V: $LIB sched.acid channel.acid + spim.$O: mips.c $CC $CFLAGS -o $target mips.c -all:V: $LIB sched.acid channel.acid - </sys/src/cmd/mksyslib $O.tprimes: tprimes.$O $LIB |