diff --git a/src/project.conf b/src/project.conf index 3c71bfc..fe9dc14 100644 --- a/src/project.conf +++ b/src/project.conf @@ -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