increase performance

This commit is contained in:
KAiZ 2019-11-20 12:21:38 +05:30
parent 5cbda1ef00
commit df9484837a
2 changed files with 5 additions and 5 deletions

View file

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

View file

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