mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-03-11 10:03:43 +00:00
linters
This commit is contained in:
6
Makefile
6
Makefile
@@ -92,12 +92,17 @@ $(BUILD)/%.o: %.c
|
||||
|
||||
release:
|
||||
make clean
|
||||
make tox
|
||||
make push
|
||||
make bump
|
||||
make push
|
||||
make clean
|
||||
|
||||
|
||||
tox:
|
||||
tox -q -c tox.ini $(if $(E),-e $(E),-p auto)
|
||||
|
||||
|
||||
bump:
|
||||
bumpversion $(if $(V),$(V),minor)
|
||||
|
||||
@@ -108,6 +113,7 @@ push:
|
||||
|
||||
|
||||
clean-all: clean
|
||||
rm -rf .mypy-cache .tox
|
||||
clean:
|
||||
rm -rf pkg/arch/pkg pkg/arch/src pkg/arch/v*.tar.gz pkg/arch/ustreamer-*.pkg.tar.{xz,zst}
|
||||
rm -rf $(PROG) $(BUILD) vgcore.* *.sock
|
||||
|
||||
Reference in New Issue
Block a user