mirror of
https://github.com/quorten/macsehw.git
synced 2025-01-09 11:29:35 +00:00
18 lines
317 B
Makefile
18 lines
317 B
Makefile
all: retrace_se_mlb_p1.pdf
|
|
|
|
se_mlb_p1.gif:
|
|
./get_scans.sh
|
|
|
|
se_mlb_p1_proc.png: se_mlb_p1.gif
|
|
./resize-mlb-scan.sh
|
|
|
|
retrace_se_mlb_p1.pdf: retrace_se_mlb_p1.svg se_mlb_p1_proc.png
|
|
inkscape --export-pdf=$@ $<
|
|
|
|
mostlyclean:
|
|
rm -f se_mlb_p1_tmp.png
|
|
rm -f se_mlb_p1_proc.png
|
|
|
|
clean: mostlyclean
|
|
rm -f se_mlb_p1.gif
|