Commit befor pushing

This commit is contained in:
Valentin Brandl
2021-10-18 12:59:29 +02:00
parent 1e06486593
commit 96924f246b
12 changed files with 206 additions and 30 deletions

View File

@ -1,6 +1,6 @@
# use bash so process substutution is available
SHELL = bash
SRC = main.tex
SRC = report.tex
TARGET = $(SRC:%.tex=%.pdf)
.PHONY: build