new compilation instructions

master
andrew 2009-02-18 02:32:05 -06:00
parent 8fd9562671
commit dc52361e30
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -3,7 +3,7 @@ Andrew Coleman
CSC-4200
To compile:
gcc -o cftp -Wall server.c client.c cftp.c
gcc -o cftp -lm -Wall server.c client.c filesystem.c cftp.c
For explanation on running:
./cftp -h