aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e8c5636..d0b7545 100644
--- a/Makefile
+++ b/Makefile
@@ -66,5 +66,6 @@ uninstall:
clean:
-rm -f -- nightshift nightshift.zip nightshift.bash nightshift.fish nightshift.zsh
+ -rm -rf -- __pycache__
.PHONY: all install uninstall clean