1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00
putty-source/contrib/cygtermd/Makefile
Simon Tatham b642aa086a Add a directory 'contrib/cygtermd', containing the source code for my
hacky helper program to let PuTTY act as a local pterm-oid on
Cygwin-enabled Windows systems.

[originally from svn r9191]
2011-07-10 14:22:32 +00:00

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