From bec66507a85a8e68ef26572bcd2c4efd4ed3ed12 Mon Sep 17 00:00:00 2001 From: Alexandre Dupas Date: Wed, 12 Aug 2009 21:47:08 +0200 Subject: [PATCH] Make chordbook the default target and add an all target. --- makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index c6fc629d..bf1e66f4 100644 --- a/makefile +++ b/makefile @@ -55,7 +55,9 @@ endef ############################################################ ### Cibles -default: pdf +default: chordbook.pdf + +all: $(PDF) ps: $(PSF) gv $<