Commit 3f39871ae2e3b96340263262feec68482d9484b6 Parent: a4dcd750fb085ed922bf5db5ebe043cf4b70b6ce Author: mcol <mcol@posteo.net> Date: 2020-07-15 19:46:27 +0100 Committer: mcol <mcol@posteo.net> Committed: 2020-07-15 19:46:27 +0100 always clean before building
makefile Modified
@@ -4,7 +4,7 @@ PREFIX ?= /usr/local BINPREFIX ?= $(PREFIX)/bin -all: $(OUT) +all: clean $(OUT) debug: CFLAGS += -g -DDEBUG debug: all