1 Star 0 Fork 0

gitr8by/TorChat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Makefile 786 Bytes
一键复制 编辑 原始数据 按行查看 历史
prof7bit 提交于 2012-06-28 07:02 +08:00 . remove debug info again, not useful anyways
MPURPLE = $(MAKE) -C src/purple
MGUI = $(MAKE) -C src/gui
MCORE = $(MAKE) -C src/core
MTOOLS = $(MAKE) -C src/tools
MBIN = $(MAKE) -C bin
all: purple
install: installpurple
purple:
$(MPURPLE) all
gui:
$(MGUI) all
installpurple:
$(MPURPLE) install
installgui:
$(MGUI) install
clean:
$(MCORE) clean
$(MPURPLE) clean
$(MGUI) clean
$(MTOOLS) clean
$(MBIN) clean
## this is only for myself for making the
## archives that I upload to github
demozip: clean
$(MPURPLE) demo
$(MTOOLS) all
$(MTOOLS) zip
## this one is for my friendly plugin tester
update: clean pull purple demoinstall
pull:
git pull
demoinstall:
install bin/libpurpletorchat.so ~/.purple/plugins
demosymlink:
ln -fs `readlink -f bin/libpurpletorchat.so` ~/.purple/plugins/libpurpletorchat.so
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gitr8by/TorChat.git
git@gitee.com:gitr8by/TorChat.git
gitr8by
TorChat
TorChat
torchat2

搜索帮助