diff --git a/Makefile b/Makefile index bfc589d..4835cc9 100644 --- a/Makefile +++ b/Makefile @@ -30,9 +30,9 @@ env: .PHONY = gitsync gitsync: - git --git-dir=$(ROOT_DIR)SWA-frontend/.git pull || git --git-dir=ROOT_DIR clone https://git.anxietyprime.de/SWA-Project/SWA-frontend.git - git --git-dir=$(ROOT_DIR)SWA-backend/.git pull || git --git-dir=ROOT_DIR clone https://git.anxietyprime.de/SWA-Project/SWA-backend.git - git --git-dir=$(ROOT_DIR)SWA-database/.git pull || git --git-dir=ROOT_DIR clone https://git.anxietyprime.de/SWA-Project/SWA-database.git + git --git-dir=$(ROOT_DIR)SWA-frontend/.git pull || git --git-dir=$(ROOT_DIR) clone https://git.anxietyprime.de/SWA-Project/SWA-frontend.git + git --git-dir=$(ROOT_DIR)SWA-backend/.git pull || git --git-dir=$(ROOT_DIR) clone https://git.anxietyprime.de/SWA-Project/SWA-backend.git + git --git-dir=$(ROOT_DIR)SWA-database/.git pull || git --git-dir=$(ROOT_DIR) clone https://git.anxietyprime.de/SWA-Project/SWA-database.git @echo "done" .PHONY = build @@ -84,4 +84,4 @@ uninstall: .PHONY = yeet yeet: build clean - @rm $(ROOT_DIR)Makefile \ No newline at end of file + @rm $(ROOT_DIR)Makefile