From 64f5e4207e70c49a9fc22d76bca536d0323989b2 Mon Sep 17 00:00:00 2001 From: Jan Lerking Date: Mon, 15 Jul 2024 17:58:29 +0200 Subject: [PATCH] Updated makefile. /JL --- makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/makefile b/makefile index 9fce443..8ade317 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,6 @@ dist: - python setup.py sdist + python setup.py sdist install: - cd dist - python -m pip install pluginlib-0.0.1.tar.gz \ No newline at end of file + cd dist + python -m pip install pluginlib-0.0.1.tar.gz \ No newline at end of file