i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit b7116d2bdccf4c819b1f065f38e5320f4d78a229
parent 7a4667f9b9ff7ba8ceb23b927e2ba928bfac5bd1
Author: Raymond Li <hi@raymond.li>
Date:   Sun,  8 Mar 2020 18:04:21 -0400

Make generated binary clean so make distcheck works
Diffstat:
MMakefile.am | 2++
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/Makefile.am b/Makefile.am
@@ -7,6 +7,8 @@ bin_PROGRAMS = i3lock
 
 dist_man1_MANS = i3lock.1
 
+DISTCLEANFILES = i3lock-color-*.tar.bz2
+
 pamddir = $(sysconfdir)/pam.d
 pamd_files = pam/i3lock
 pamd_DATA = $(pamd_files)