vmx(1): build vmxgdb by default, clean it up as well
This commit is contained in:
parent
4ba5cb6c6a
commit
93c6f8cb0d
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
BIN=/$objtype/bin
|
||||
TARG=vmx
|
||||
CLEANFILES=$O.vmxgdb
|
||||
HFILES=dat.h fns.h
|
||||
OFILES=\
|
||||
vmx.$O \
|
||||
|
@ -19,6 +20,10 @@ OFILES=\
|
|||
|
||||
</sys/src/cmd/mkone
|
||||
|
||||
default:V: all
|
||||
|
||||
all:V: $O.out $O.vmxgdb
|
||||
|
||||
install:V: $BIN/vmxgdb
|
||||
|
||||
$BIN/vmxgdb: $O.vmxgdb
|
||||
|
|
Loading…
Reference in a new issue