From 692b8088663687165bd835eabfc8eb6565c34967 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Mon, 10 Oct 2016 19:46:18 +0200 Subject: [PATCH] Make fmt file phony --- report/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report/Makefile b/report/Makefile index 9ba9f50..42c9c52 100644 --- a/report/Makefile +++ b/report/Makefile @@ -5,7 +5,7 @@ LATEXFLAGS:=-file-line-error -halt-on-error -no-shell-escape TEXS:=$(wildcard *.tex) -.PHONY: all +.PHONY: all $(DOC).fmt all: $(DOC).pdf -- 2.20.1