From 26d81bd74763b2a3f383ac15e5d19f40e7e44fbf Mon Sep 17 00:00:00 2001 From: Mohit Agarwal Date: Thu, 12 Dec 2024 19:45:56 +0000 Subject: Build working. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 088fd81..027b87a 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ TARGETS=$(SOURCES:%.md=target/%.tex) default: target/ \ target/Makefile \ target/the-fresh-loaf.tex \ - $(TARGETS) include.tex + $(TARGETS) include.tex target/: mkdir target @@ -15,7 +15,7 @@ target/Makefile: TexMakefile target/%.tex: %.md pandoc --top-level-division=chapter $^ -o $@ include.tex: - rm target/include.tex + rm target/include.tex || echo touch target/include.tex for f in $(SOURCES:%.md=%);\ do echo \\include{$$f} >> target/include.tex;\ -- cgit v1.2.3