summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-07-11 17:54:44 -0400
committerrsiddharth <s@ricketyspace.net>2020-07-11 17:54:44 -0400
commitee13de447a943dcbcfae8ae5603e355273a89f4d (patch)
treec04ff49278085f30424977fae785eb380721d241
parente61b3d8fe520d2a9feca2bd11c0cb52750c5e245 (diff)
Makefile: Update clean-pyc.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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