Makefile
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:0k
源码类别:

通讯编程

开发平台:

Visual C++

  1. blast: blast.c blast.h
  2. cc -DTEST -o blast blast.c
  3. test: blast
  4. blast < test.pk | cmp - test.txt
  5. clean:
  6. rm -f blast blast.o