commit 61fe4c8ebfd1e14306c09a4fee60d42e0c1efdcd parent 4d085c85ae933417cfbd16320296e0a9d1a0a6fa Author: Sven Möller <sven-moeller@outlook.de> Date: Fri, 10 Dec 2021 15:52:54 +0100 Makefile variable destination folder Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -1,7 +1,7 @@ MD2HTML := pandoc SRCS := $(wildcard *.md) -DST_DIR := ./dst +DST_DIR ?= dst all: $(SRCS:%.md=%.html)