added missing $

This commit is contained in:
2024-05-29 12:09:05 +02:00
parent 0ebdbf09cd
commit c69c9d40b8

View File

@@ -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