Makefile
上传用户:shengde
上传日期:2021-02-21
资源大小:638k
文件大小: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