summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2020-11-03 06:14:07 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2020-11-03 06:14:07 +0000
commitfb30f8c3416b99ff543094ffa977802ec5eb4f0e (patch)
treec74d32a6a68c3fd6267399d0ded737c39a5ac4e4 /Makefile
parentReleasing debian version 1.5.5-1. (diff)
downloadidentify-fb30f8c3416b99ff543094ffa977802ec5eb4f0e.tar.xz
identify-fb30f8c3416b99ff543094ffa977802ec5eb4f0e.zip
Merging upstream version 1.5.7.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 0ce294d..0000000
--- a/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-.PHONY: minimal
-minimal: venv
-
-venv: setup.py requirements-dev.txt tox.ini
- tox -e venv
-
-.PHONY: test
-test:
- tox
-
-.PHONY: clean
-clean:
- find -name '*.pyc' -delete
- find -name '__pycache__' -delete
- rm -rf .tox
- rm -rf venv