added missing $
This commit is contained in:
6
Makefile
6
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
|
||||
|
||||
Reference in New Issue
Block a user