From e9fbba365330c37b091fcc8e797d52b86fb5458b Mon Sep 17 00:00:00 2001 From: Franco Masotti Date: Sat, 10 Aug 2019 18:19:10 +0200 Subject: [PATCH] Fixed makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6c274d7..ff64e2d 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ test: python setup.py test uninstall: - pip uninstall md_toc + pip uninstall fattura_elettronica_reader dist: python setup.py sdist