commit 30db2bcdb80eff069894da6cc430ea8d499a6373 parent 48a38a621ad838bbdf3c1bda81c1d4491248256d Author: phoebos <ben@bvnf.space> Date: Mon, 20 Sep 2021 00:47:54 +0100 Makefile: use a more diff-friendly format Diffstat:
M | Makefile | | | 7 | ++++++- |
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -1,6 +1,11 @@ .POSIX: -BINS = cat echo false tee +BINS = \ + cat \ + echo \ + false \ + tee \ + XCFLAGS = $(CFLAGS) -Wall -Wextra -Wpedantic -g .PHONY: clean