1 Star 0 Fork 2

大庆市学智联教育科技有限公司/API-Umbrella

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile.in 860 Bytes
一键复制 编辑 原始数据 按行查看 历史
Nick Muerdter 提交于 2024-04-17 09:55 . Update dependencies.
# A minimal Makefile that downloads the "task" tool and passes things off to
# that tool for executing (so "make all" actually becomes "task all"). See
# Taskfile.yml for more detail.
source_dir:=@source_dir@
build_dir:=@build_dir@
export BUILD_DIR=$(build_dir)
work_dir:=$(build_dir)/build/work
prefix:=@prefix@
export PREFIX=$(prefix)
.PHONY: default task-passthrough
default: all
# Download and locally install the "task" tool.
task_version:=3.36.0
$(source_dir)/tasks/bootstrap-$(task_version): ;
$(work_dir)/stamp/bootstrap-$(task_version): $(source_dir)/tasks/bootstrap-$(task_version)
$(source_dir)/tasks/bootstrap-$(task_version)
task-passthrough: $(work_dir)/stamp/bootstrap-$(task_version)
$(work_dir)/task --dir "$(source_dir)" $(MAKECMDGOALS)
# Match all commands sent to "make" and send them to "task" instead.
%: task-passthrough
@true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Ruby
1
https://gitee.com/aluox/API-Umbrella.git
git@gitee.com:aluox/API-Umbrella.git
aluox
API-Umbrella
API-Umbrella
main

搜索帮助