Skip to content

Commit

Permalink
Create makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhpo committed Oct 7, 2022
1 parent c041d2f commit 1054a22
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions 2022/makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
clean:
rm *.sxd
rm *.aux
rm *.dep
rm *.ly
rm *.out
rm *.sxc
rm *.log
rm -r 4c
rm -r eb
rm -r tmp*.pdf


# For å kjøre scriptet som lager pdf-en
# (må ha installert lilypond og latex for å kjøre)
song:
lilypond-book --pdf sanghefte.lytex
pdflatex sanghefte.tex

0 comments on commit 1054a22

Please sign in to comment.