From 056024f7d0096e66fdd0c9ffa4f726171f239881 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 17 Nov 2019 09:53:54 -0500 Subject: Makefile: Updat clean. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1a0a827..54c1e46 100644 --- a/Makefile +++ b/Makefile @@ -167,6 +167,6 @@ prd-tb: .PHONY: prd-tb clean: - rm -rf build/ dist/ nfsw.egg-info/ + rm -rf build/ dist/ nfsw.egg-info/ instance find ./ -type d -name '__pycache__' -exec rm -rf {} + .PHONY: clean -- cgit v1.2.3