chore: add makefile for simplify the development

This commit is contained in:
0xMRTT 2022-08-13 17:36:58 +02:00
parent e7cb0986be
commit 32c16d981a
No known key found for this signature in database
GPG key ID: AC9E06BF3DECB6FB

13
Makefile Normal file
View file

@ -0,0 +1,13 @@
python-dep:
pip install -r requirements.txt
pip3 install $(shell pwd)/monet/material_color_utilities_python-0.1.0-py3-none-any.whl
global:
meson builddir --prefix=/usr/local
sudo ninja -C builddir install
local:
meson builddir
meson configure builddir -Dprefix="$(shell pwd)/builddir/testdir"
ninja -C builddir install
ninja -C builddir run