makefile
上传用户:aoeyumen
上传日期:2007-01-06
资源大小:3329k
文件大小:0k
源码类别:

DVD

开发平台:

Unix_Linux

  1. CFLAGS=-O2 -I../sysinclude
  2. CC=gcc
  3. all: test
  4. anp82: test.o
  5. $(CC) test test.o
  6. clean:
  7. rm -f *.o *~ *# test
  8. .PHONY: all clean