Makefile
上传用户:minyiyu
上传日期:2018-12-24
资源大小:864k
文件大小:0k
源码类别:

Telnet服务器

开发平台:

Unix_Linux

  1. #
  2. # CVS: $Id: Makefile,v 1.1 2000/01/15 01:45:30 edwardc Exp $
  3. #
  4. #################################################################
  5. all: deljunk
  6. deljunk:
  7. $(CC) -o deljunk deljunk.c -I../../include
  8. clean: /tmp
  9. -rm -fr *~ *.o *.BAK
  10. # DO NOT DELETE