commit 3f39871ae2e3b96340263262feec68482d9484b6 parent a4dcd750fb085ed922bf5db5ebe043cf4b70b6ce Author: mcol <mcol@posteo.net> Date: Wed, 15 Jul 2020 19:46:27 +0100 always clean before building Diffstat:
M | makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/makefile b/makefile @@ -4,7 +4,7 @@ CFLAGS += -Wall -Wextra -pedantic -lxcb -lxcb-shape PREFIX ?= /usr/local BINPREFIX ?= $(PREFIX)/bin -all: $(OUT) +all: clean $(OUT) debug: CFLAGS += -g -DDEBUG debug: all