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
|
BIN=/$objtype/bin
|
||||||
TARG=vmx
|
TARG=vmx
|
||||||
|
CLEANFILES=$O.vmxgdb
|
||||||
HFILES=dat.h fns.h
|
HFILES=dat.h fns.h
|
||||||
OFILES=\
|
OFILES=\
|
||||||
vmx.$O \
|
vmx.$O \
|
||||||
|
@ -19,6 +20,10 @@ OFILES=\
|
||||||
|
|
||||||
</sys/src/cmd/mkone
|
</sys/src/cmd/mkone
|
||||||
|
|
||||||
|
default:V: all
|
||||||
|
|
||||||
|
all:V: $O.out $O.vmxgdb
|
||||||
|
|
||||||
install:V: $BIN/vmxgdb
|
install:V: $BIN/vmxgdb
|
||||||
|
|
||||||
$BIN/vmxgdb: $O.vmxgdb
|
$BIN/vmxgdb: $O.vmxgdb
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue