Project

General

Profile

Download (153 Bytes) Statistics
| Branch: | Revision:

all: wconsd.exe

get:
pscp 192.168.1.1:s/src/wconsd/* ./

put:
pscp ./* 192.168.1.1:s/src/wconsd/


wconsd.exe: wconsd.c
gcc -o wconsd.exe wconsd.c

(1-1/3)