From ee13de447a943dcbcfae8ae5603e355273a89f4d Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 11 Jul 2020 17:54:44 -0400 Subject: Makefile: Update clean-pyc. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f987b4f..6271bc3 100644 --- a/Makefile +++ b/Makefile @@ -45,5 +45,5 @@ clean-build: .PHONY: clean-build clean-pyc: - @find . -name '*.pyc' -exec rm -f {} + + find . -name '*.pyc' -exec rm -f {} + .PHONY: clean-pyc -- cgit v1.2.3