Closed DiogenesAnalytics closed 5 months ago
Currently the Makefile is not able to recognize when the target files (all the _posts/%.md files) are older than the dependent files (all the _jupyter/notebooks/**/%.ipynb).
Makefile
_posts/%.md
_jupyter/notebooks/**/%.ipynb
Implemented with: 5f2aa1d14ba77d80099c3b618e2375f95c6cf242
Problem
Currently the
Makefile
is not able to recognize when the target files (all the_posts/%.md
files) are older than the dependent files (all the_jupyter/notebooks/**/%.ipynb
).