2012年10月10日

原来makefile可以写得如此精简

摘要: TARGET = insert_sortCFLAGS = -g3all: $(TARGET).PHONY:clean: $(RM) $(TARGET) a.out core *.o下面是执行结果...[root@bs111 pg_019]# makemake: Nothing to be done for `all'.[root@bs111 pg_019]# make cleanrm -f insert_sort a.out core *.o[root@bs111 pg_019]# makecc -g3 insert_sort.c -o insert_sortinser... 阅读全文

posted @ 2012-10-10 15:27 Orz.. 阅读(204) 评论(0) 推荐(0)

告别google.com.hk的龟速

摘要: 20141023更新,到现在为止我服了,一切其它办法都是浮云好吧,直接上月光博客的办法吧http://www.williamlong.info/archives/3983.html Google持续被封,很多人发邮件问我怎么才能访问Google,我早先曾经写了多篇文章介绍如何访问Google,今天... 阅读全文

posted @ 2012-10-10 13:57 Orz.. 阅读(3681) 评论(0) 推荐(0)

导航