From a8e13b06dec1c368c6456d90d887bbf4b0adc793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= <hugo@lysator.liu.se> Date: Sat, 28 Nov 2020 00:40:10 +0100 Subject: [PATCH] Update makefiles to include bar. --- Makefile | 1 + bar/Makefile | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 bar/Makefile diff --git a/Makefile b/Makefile index dd42905..13830a4 100644 --- a/Makefile +++ b/Makefile @@ -3,3 +3,4 @@ all: $(MAKE) -C administrativt $(MAKE) -C infomöte $(MAKE) -C tilde + $(MAKE) -C bar diff --git a/bar/Makefile b/bar/Makefile new file mode 100644 index 0000000..d855161 --- /dev/null +++ b/bar/Makefile @@ -0,0 +1,3 @@ +.PHONY: all +all: + latexmk -pdf -- GitLab