get all the ipynbs automatically

This commit is contained in:
filifa 2025-04-10 22:36:31 -04:00
parent 301628bc44
commit 9897017ed7
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
.PHONY: all clean
HTMLS = $(addprefix html/,problem0001.html problem0002.html problem0003.html problem0004.html problem0005.html problem0006.html problem0007.html problem0008.html problem0009.html problem0010.html problem0012.html problem0014.html)
HTMLS = $(patsubst %.ipynb,html/%.html,$(wildcard *.ipynb))
all: $(HTMLS)