1 Star 0 Fork 0

儁珺/modern-cpp-tutorial

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 244 Bytes
一键复制 编辑 原始数据 按行查看 历史
Changkun Ou 提交于 2019-07-16 15:30 +08:00 . see #12: translate ch06
#
# modern cpp tutorial
#
# created by changkun at changkun.de
# https://github.com/changkun/modern-cpp-tutorial
#
all: $(patsubst %.cpp, %.out, $(wildcard *.cpp))
%.out: %.cpp Makefile
clang++ $< -o $@ -std=c++2a -pedantic
clean:
rm *.out
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kuanjun/modern-cpp-tutorial.git
git@gitee.com:kuanjun/modern-cpp-tutorial.git
kuanjun
modern-cpp-tutorial
modern-cpp-tutorial
master

搜索帮助