From f2013978119757e8e68cc2c3bfee84617f1bd8dc Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 11 Jul 2020 18:29:49 -0400 Subject: Makefile: update 'clean' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 40f13c5..a9d50e2 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ upload: .PHONY: upload clean: - rm -rf build/ *.egg-info *.egg + rm -rf build/ *.egg-info *.egg dist/ __pycache__/ .PHONY: clean clean-pyc: -- cgit v1.2.3