Skip to content

Commit

Permalink
add back build env
Browse files Browse the repository at this point in the history
  • Loading branch information
astonzhang committed Jan 25, 2019
1 parent ae0c15c commit c51c1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
all: html

build/%.ipynb: %.md $(wildcard d2l/*)
build/%.ipynb: %.md build/env.yml $(wildcard d2l/*)
mkdir -p $(@D)
cd $(@D); python ../utils/md2ipynb.py ../../$< ../../$@

Expand Down

0 comments on commit c51c1ba

Please sign in to comment.