add of the result to the repo

This commit is contained in:
2026-02-14 18:16:57 +01:00
parent 082f2e946a
commit 9a1591ce65
2 changed files with 2 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ export TEXINPUTS := src:
all:
mkdir -p $(BUILD)/sections
$(TEX) $(TEXFLAGS) $(SRC)
$(TEX) $(TEXFLAGS) $(SRC)
cp build/main.pdf testium_training.pdf
clean:
rm -rf $(BUILD)/*