tangled
alpha
login
or
join now
jcs.org
/
slock
0
fork
atom
slock with DPMS and other tweaks
0
fork
atom
overview
issues
pulls
pipelines
Makefile: clean should rm config.h
jcs.org
8 years ago
2aa05f05
890834ce
+1
-1
1 changed file
expand all
collapse all
unified
split
Makefile
+1
-1
Makefile
···
30
30
31
31
clean:
32
32
@echo cleaning
33
33
-
@rm -f slock ${OBJ} slock-${VERSION}.tar.gz
33
33
+
rm -f slock ${OBJ} config.h slock-${VERSION}.tar.gz
34
34
35
35
dist: clean
36
36
@echo creating dist tarball