diff --git a/Dockerfile b/Dockerfile index b7edf82c..bdca80ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,11 +6,11 @@ WORKDIR /Bibata #install requirments RUN make requir # Building Source code -RUN make NAME=Bibata_Classic +RUN make build NAME=Bibata_Classic RUN make link NAME=Bibata_Classic -RUN make NAME=Bibata_Oil +RUN make build NAME=Bibata_Oil RUN make link NAME=Bibata_Oil -RUN make NAME=Bibata_Ice +RUN make build NAME=Bibata_Ice RUN make link NAME=Bibata_Ice -RUN make NAME=Bibata_Amber +RUN make build NAME=Bibata_Amber RUN make link NAME=Bibata_Amber diff --git a/Makefile b/Makefile index 4008ac54..4aee6cdf 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ requir: @echo "installing Requirements..." pip3 install -r requirements.txt - +.PHONY := build build: @echo "Building $(NAME)..." python3 render-cursors.py ./src/$(NAME)/source-cursors.svg -o -a --name $(NAME)