mirror of
https://github.com/kevinveenbirkenbach/docker-volume-backup.git
synced 2025-10-09 17:08:07 +02:00
12 lines
362 B
Makefile
12 lines
362 B
Makefile
.PHONY: test
|
|
|
|
test:
|
|
python -m unittest discover -s tests/unit -p "test_*.py"
|
|
|
|
install:
|
|
@echo ">> Installation instructions:"
|
|
@echo " This software can be installed with pkgmgr under the alias 'baudolo':"
|
|
@echo " pkgmgr install baudolo"
|
|
@echo ""
|
|
@echo " 📦 pkgmgr project page:"
|
|
@echo " https://github.com/kevinveenbirkenbach/package-manager"
|