From 2146a28ddd2c5ef5c127d8ef98ba52cbaee32033 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Tue, 26 Nov 2019 17:05:50 +0100 Subject: [PATCH] Better makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 2adb91c..9657fc5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ default: pdf +all: pdf printer screen + # Constants. rootname = main rootfile = src/$(rootname).tex