mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 18:07:59 +00:00
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
|