通用makefile

SRCS = $(wildcard *.h *.c *.cpp)多线程 OBJS = $(SRCS:.c = .o) CC = gcc INCLUDES = -I../include -I../include/msvc_compat LIBS = -L../lib/ CCFLAGS = -g -Wall lib.a -O0 -lpthread app:$(OBJS)         $(CC) $
相关文章
相关标签/搜索