aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-02-23 17:26:58 +0100
committerMattias Andrée <m@maandree.se>2025-02-23 17:26:58 +0100
commit72c056db4aca9fe2031e45d290d84e507cb04aa1 (patch)
tree1eea17b73e3c6ce33510dda2e044718908d6c408
parentWhoops, missed this file (diff)
downloadnightshift-master.tar.gz
nightshift-master.tar.bz2
nightshift-master.tar.xz
m makefileHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
-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