aboutsummaryrefslogtreecommitdiff
path: root/pocketbook/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pocketbook/Makefile')
-rw-r--r--pocketbook/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/pocketbook/Makefile b/pocketbook/Makefile
deleted file mode 100644
index f09dbbb..0000000
--- a/pocketbook/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-.PHONY: test lint install uninstall clean
-
-test:
- python -m pytest tests/ -v
-
-lint:
- python -m ruff check src/ tests/
-
-install:
- pip install --user -e .
-
-uninstall:
- pip uninstall -y quicknotes
-
-clean:
- rm -rf build/ dist/ src/*.egg-info