summaryrefslogtreecommitdiff
path: root/desktop/save_pdf/Makefile
blob: cf1f978e63d13e96d2cd25a2b13854326e93eca7 (plain)
1
2
3
4
5
6
# PDF saving sources

# S_PDF are sources of the pdf plotter + the ones for paged-printing
S_PDF := pdf_plotters.c font_haru.c

S_PDF := $(addprefix desktop/save_pdf/,$(S_PDF))