Added target tty

This commit is contained in:
Pierre Pronchery 2004-02-29 04:15:57 +00:00
parent 627fe859b4
commit ff229658cf

View File

@ -1,4 +1,4 @@
targets=basename,dirname,false,id,logname,true
targets=basename,dirname,false,id,logname,true,tty
[basename]
type=binary
@ -23,3 +23,7 @@ sources=logname.c
[true]
type=binary
sources=true.c
[tty]
type=binary
sources=tty.c