From 160aaefb0f617eb1da6a4d7793ce964292af2e00 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Fri, 11 Sep 2020 18:18:09 -0400 Subject: Makefile: clean: remove __pycache__ --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bff8c4a..8f90a23 100644 --- a/Makefile +++ b/Makefile @@ -49,6 +49,7 @@ $(BUILD_DIR): clean: rm -rf $(BUILD_DIR)/ + rm -rf vendor/__pycache__ .PHONY: clean -- cgit v1.2.3