1 Star 0 Fork 16

holyputty/propwd

forked from rENYI/propwd 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Makefile 699 Bytes
一键复制 编辑 原始数据 按行查看 历史
renyi 提交于 2016-08-05 17:39 . add tests
OBJECTS = root.o server.o
LIBRARIES =
PROGRAMS = root server
CFLAGS +=-I/usr/local/opt/openssl/include -I/usr/local/Cellar/json-c/0.12/include/json-c -I/usr/local/Cellar/mariadb-connector-c/2.2.2/include/mariadb/ -I/usr/local/include/mariadb/
LDFLAGS +=-L/usr/local/opt/openssl/lib -L/usr/local/Cellar/json-c/0.12/lib -L/usr/local/Cellar/mariadb-connector-c/2.2.2/lib/mariadb/ -L/usr/local/lib/mariadb/
.PHONY: all clean
# Default target: build everything.
all: $(OBJECTS) $(LIBRARIES) $(PROGRAMS)
# Clean up build products.
clean:
rm -f *.o $(LIBRARIES) $(PROGRAMS)
root: LDLIBS += -lssl -lcrypto
server: LDLIBS += -lssl -lcrypto -ljson-c -lmysqlclient -lmariadbclient
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/holyputty/propwd.git
git@gitee.com:holyputty/propwd.git
holyputty
propwd
propwd
master

搜索帮助