Skip to content

Commit

Permalink
Slight change to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jppellet committed Jan 8, 2024
1 parent f1483cd commit 5637955
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ print: sources scripts latex
cd $(LATEX_BUILD_DIR) && make

modulo.pdf: print
mkdir -p $(PDF_BUILD_DIR)
cp $(LATEX_BUILD_DIR)/modulo.pdf $(PDF_BUILD_DIR)/

$(PDF_BUILD_DIR)/%.pdf: $(MD_SOURCE_DIR)/$*/*.md scripts latex
Expand Down

0 comments on commit 5637955

Please sign in to comment.