build: drop makefile

It has been a while since we moved to tox. Lets also drop makefile since
it seems to be useless with tox
This commit is contained in:
2023-12-16 16:11:11 +02:00
parent b3ce545517
commit 93793b6424
10 changed files with 96 additions and 98 deletions

View File

@ -4,7 +4,7 @@
set -ex
# install dependencies
pacman --noconfirm -Syu base-devel python-setuptools python-tox
pacman --noconfirm -Syu base-devel python-tox
# run test and check targets
make check tests
tox