摘要: CXX=g++ TARGET=main SRC=$(wildcard *.cpp) OBJ=$(patsubst *.cpp ,-o ,$(SRC)) CXXFLAGS=-c -Wall LIBS=-I /usr/include/mysql -L /usr/lib64/mysql #链接库 $(TA 阅读全文
posted @ 2023-03-14 14:59 对CSDN使用炎拳吧 阅读(20) 评论(0) 推荐(0) 编辑