Browse Source

Make chordbook the default target and add an all target.

remotes/origin/translate_notes
Alexandre Dupas 15 years ago
parent
commit
bec66507a8
  1. 4
      makefile

4
makefile

@ -55,7 +55,9 @@ endef
############################################################
### Cibles
default: pdf
default: chordbook.pdf
all: $(PDF)
ps: $(PSF)
gv $<

Loading…
Cancel
Save