added missing $
This commit is contained in:
8
Makefile
8
Makefile
@@ -30,9 +30,9 @@ env:
|
|||||||
|
|
||||||
.PHONY = gitsync
|
.PHONY = gitsync
|
||||||
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-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-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-database/.git pull || git --git-dir=$(ROOT_DIR) clone https://git.anxietyprime.de/SWA-Project/SWA-database.git
|
||||||
@echo "done"
|
@echo "done"
|
||||||
|
|
||||||
.PHONY = build
|
.PHONY = build
|
||||||
@@ -84,4 +84,4 @@ uninstall:
|
|||||||
|
|
||||||
.PHONY = yeet
|
.PHONY = yeet
|
||||||
yeet: build clean
|
yeet: build clean
|
||||||
@rm $(ROOT_DIR)Makefile
|
@rm $(ROOT_DIR)Makefile
|
||||||
|
|||||||
Reference in New Issue
Block a user