We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cefe86 commit 4eff681Copy full SHA for 4eff681
Makefile
@@ -1,6 +1,6 @@
1
all: html
2
3
-build/%.ipynb: %.md $(wildcard d2lzh/*)
+build/%.ipynb: %.md build/env.yml $(wildcard d2lzh/*)
4
@mkdir -p $(@D)
5
cd $(@D); python ../utils/md2ipynb.py ../../$< ../../$@
6
0 commit comments