Skip to content
Snippets Groups Projects
Verified Commit bbd764ec authored by Lars Frost's avatar Lars Frost
Browse files

Fix publish location in Makefile

parent 596fe085
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ open: out/Leitfaden.pdf ...@@ -15,7 +15,7 @@ open: out/Leitfaden.pdf
xdg-open out/Leitfaden.pdf xdg-open out/Leitfaden.pdf
publish: out/Leitfaden.pdf publish: out/Leitfaden.pdf
cp out/Leitfaden.pdf /shared/Projects/Osak/web/files/gamejam-2024-07-05/Guideline.pdf cp out/Leitfaden.pdf /shared/Projects/Osak/web/files/gamejam/Guideline.pdf
make -C /shared/Projects/Osak/web forcedeploy make -C /shared/Projects/Osak/web forcedeploy
.PHONY: all clean watch open publish .PHONY: all clean watch open publish
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment