Browse Source

Make chordbook the default target and add an all target.

remotes/origin/split-songs
Alexandre Dupas 16 years ago
parent
commit
5e6801d9e6
  1. 4
      makefile

4
makefile

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

Loading…
Cancel
Save