diff options
author | Mattias Andrée <m@maandree.se> | 2025-02-23 17:26:58 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-02-23 17:26:58 +0100 |
commit | 72c056db4aca9fe2031e45d290d84e507cb04aa1 (patch) | |
tree | 1eea17b73e3c6ce33510dda2e044718908d6c408 | |
parent | Whoops, missed this file (diff) | |
download | nightshift-master.tar.gz nightshift-master.tar.bz2 nightshift-master.tar.xz |
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |