diff --git a/Makefile b/Makefile index 17db5ca..cad05d4 100644 --- a/Makefile +++ b/Makefile @@ -4,22 +4,22 @@ hws: hw1 hw2 hw3 dops: dop1 dop2 dop3 hw1: - pdflatex -file-line-error -interaction=nonstopmode -synctex=1 -output-format=pdf --shell-escape mse2024-fp1-hw-01.tex + pdflatex -file-line-error -interaction=nonstopmode -synctex=1 -output-format=pdf --shell-escape mse-fp1-hw-01.tex hw2: - pdflatex -file-line-error -interaction=nonstopmode -synctex=1 -output-format=pdf --shell-escape mse2024-fp1-hw-02.tex + pdflatex -file-line-error -interaction=nonstopmode -synctex=1 -output-format=pdf --shell-escape mse-fp1-hw-02.tex hw3: - pdflatex -file-line-error -interaction=nonstopmode -synctex=1 -output-format=pdf --shell-escape mse2024-fp1-hw-02.tex + pdflatex -file-line-error -interaction=nonstopmode -synctex=1 -output-format=pdf --shell-escape mse-fp1-hw-02.tex dop1: - pdflatex -file-line-error -interaction=nonstopmode -synctex=1 -output-format=pdf --shell-escape mse2024-fp1-dop-01.tex + pdflatex -file-line-error -interaction=nonstopmode -synctex=1 -output-format=pdf --shell-escape mse-fp1-dop-01.tex dop2: - pdflatex -file-line-error -interaction=nonstopmode -synctex=1 -output-format=pdf --shell-escape mse2024-fp1-dop-02.tex + pdflatex -file-line-error -interaction=nonstopmode -synctex=1 -output-format=pdf --shell-escape mse-fp1-dop-02.tex dop3: - pdflatex -file-line-error -interaction=nonstopmode -synctex=1 -output-format=pdf --shell-escape mse2024-fp1-dop-03.tex + pdflatex -file-line-error -interaction=nonstopmode -synctex=1 -output-format=pdf --shell-escape mse-fp1-dop-03.tex clean: rm -f *.aux *.log *.out *.pdf *.synctex.gz diff --git a/mse2024-fp1-dop-01.tex b/mse-fp1-dop-01.tex similarity index 100% rename from mse2024-fp1-dop-01.tex rename to mse-fp1-dop-01.tex diff --git a/mse2024-fp1-dop-02.tex b/mse-fp1-dop-02.tex similarity index 100% rename from mse2024-fp1-dop-02.tex rename to mse-fp1-dop-02.tex diff --git a/mse2024-fp1-dop-03.tex b/mse-fp1-dop-03.tex similarity index 100% rename from mse2024-fp1-dop-03.tex rename to mse-fp1-dop-03.tex diff --git a/mse2024-fp1-hw-01.tex b/mse-fp1-hw-01.tex similarity index 100% rename from mse2024-fp1-hw-01.tex rename to mse-fp1-hw-01.tex diff --git a/mse2024-fp1-hw-02.tex b/mse-fp1-hw-02.tex similarity index 100% rename from mse2024-fp1-hw-02.tex rename to mse-fp1-hw-02.tex diff --git a/mse2024-fp1-hw-03.tex b/mse-fp1-hw-03.tex similarity index 100% rename from mse2024-fp1-hw-03.tex rename to mse-fp1-hw-03.tex