Skip to content

Commit 6e224d2

Browse files
committed
Template all the things
1 parent 73d175d commit 6e224d2

File tree

5 files changed

+145
-501
lines changed

5 files changed

+145
-501
lines changed

3171_boost_lambda2/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
boost-lambda2.md

3171_boost_lambda2/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
p3171r0.html : boost-lambda2.md
2+
3+
boost-lambda2.md : boost-lambda2.tpl.md
4+
python render.py > $@
5+
26
include ../md/mpark-wg21.mk

0 commit comments

Comments
 (0)