diff --git a/GNUmakefile b/GNUmakefile index 78c4bc0..95afec1 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -16,4 +16,6 @@ $(PROG): $(OBJS) .PHONY: clean clean: - rm -f $(OBJS) parse.c + rm -f $(OBJS) + +.PRECIOUS: parse.c diff --git a/cwmrc.5 b/cwmrc.5 index 9b37cc8..273eeab 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/ +.Pa ~/.config/cwm/ is used as the value. .El .Sh FILES