Makefile
资源名称:NetProg03.rar [点击查看]
上传用户:gzxinfenfa
上传日期:2015-02-06
资源大小:279k
文件大小:0k
源码类别:
ICQ弱点检测代码
开发平台:
Visual C++
- CC=gcc
- RM=rm -rf
- ALLEXE=multiclient server_delay gethost
- #All Target
- all: $(ALLEXE)
- %.o: %.c
- $(CC) -o $@ $<
- multiclient: multiclient.c
- server_delay: server_delay.c
- gethost: gethost.c
- clean:
- -$(RM) $(ALLEXE)