Added target tty
This commit is contained in:
parent
627fe859b4
commit
ff229658cf
|
@ -1,4 +1,4 @@
|
||||||
targets=basename,dirname,false,id,logname,true
|
targets=basename,dirname,false,id,logname,true,tty
|
||||||
|
|
||||||
[basename]
|
[basename]
|
||||||
type=binary
|
type=binary
|
||||||
|
@ -23,3 +23,7 @@ sources=logname.c
|
||||||
[true]
|
[true]
|
||||||
type=binary
|
type=binary
|
||||||
sources=true.c
|
sources=true.c
|
||||||
|
|
||||||
|
[tty]
|
||||||
|
type=binary
|
||||||
|
sources=tty.c
|
||||||
|
|
Loading…
Reference in New Issue
Block a user