mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-13 02:23:50 -05:00

hacky helper program to let PuTTY act as a local pterm-oid on Cygwin-enabled Windows systems. [originally from svn r9191]
3 lines
109 B
Makefile
3 lines
109 B
Makefile
cygtermd.exe: main.c sel.c telnet.c pty.c malloc.c
|
|
gcc -o cygtermd.exe main.c sel.c telnet.c pty.c malloc.c
|