1 Star 0 Fork 0

al0014 / adcode

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
makefile 761 Bytes
一键复制 编辑 原始数据 按行查看 历史
Vonng 提交于 2018-02-23 13:06 . init commit
setup:
bin/adcode setup
bin/fences setup
createdb:
psql postgres -c 'CREATE DATABASE adcode;'
create:
bin/adcode create
bin/fences create
index:
bin/adcode index
bin/fences index
order:
bin/adcode order
bin/fences order
drop:
bin/adcode drop
bin/fences drop
trunc:
bin/adcode trunc
bin/fences trunc
clean:
bin/adcode clean
bin/fences clean
dump:
bin/adcode dump
bin/fences dump
load:
bin/adcode load
bin/fences load
backup:
bin/adcode backup
bin/fences backup
restore:
bin/adcode restore
bin/fences restore
check:
bin/adcode check
bin/fences check
reload:
bin/adcode reload
bin/fences reload
reset:
bin/adcode reset
bin/fences reset
.PHONY: setup,createdb,create,index,order,trunc,clean,dump,load,backup,restore,check,reload,reset
1
https://gitee.com/al0014/adcode.git
git@gitee.com:al0014/adcode.git
al0014
adcode
adcode
master

搜索帮助