diff --git a/GNUmakefile b/GNUmakefile index 95afec1..78c4bc0 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -16,6 +16,4 @@ $(PROG): $(OBJS) .PHONY: clean clean: - rm -f $(OBJS) - -.PRECIOUS: parse.c + rm -f $(OBJS) parse.c diff --git a/cwmrc.5 b/cwmrc.5 index 273eeab..9b37cc8 100644 --- a/cwmrc.5 +++ b/cwmrc.5 @@ -457,7 +457,7 @@ pixels left. .It Ev XDG_CONFIG_HOME determines the default location of the configuration file. If unset or empty, -.Pa ~/.config/cwm/ +.Pa ~/.config/ is used as the value. .El .Sh FILES