代码搜索结果
找到约 10,000 项符合
4 的代码
mkfile4
all: myapp
# Which compiler
CC=gcc
# Where to install
INSTDIR=/usr/local/bin
# Where are include files kept
INCLUDE=.
# Options for development
CFLAGS=-g -Wall -ansi
# Options for release
# CFLAG