mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-23 11:36:55 -04:00
increase performance
This commit is contained in:
parent
5cbda1ef00
commit
df9484837a
2 changed files with 5 additions and 5 deletions
|
@ -6,11 +6,11 @@ WORKDIR /Bibata
|
||||||
#install requirments
|
#install requirments
|
||||||
RUN make requir
|
RUN make requir
|
||||||
# Building Source code
|
# Building Source code
|
||||||
RUN make NAME=Bibata_Classic
|
RUN make build NAME=Bibata_Classic
|
||||||
RUN make link 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 link NAME=Bibata_Oil
|
||||||
RUN make NAME=Bibata_Ice
|
RUN make build NAME=Bibata_Ice
|
||||||
RUN make link 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
|
RUN make link NAME=Bibata_Amber
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -9,7 +9,7 @@
|
||||||
requir:
|
requir:
|
||||||
@echo "installing Requirements..."
|
@echo "installing Requirements..."
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
|
.PHONY := build
|
||||||
build:
|
build:
|
||||||
@echo "Building $(NAME)..."
|
@echo "Building $(NAME)..."
|
||||||
python3 render-cursors.py ./src/$(NAME)/source-cursors.svg -o -a --name $(NAME)
|
python3 render-cursors.py ./src/$(NAME)/source-cursors.svg -o -a --name $(NAME)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue