8 lines
248 B
Makefile
Executable file
8 lines
248 B
Makefile
Executable file
all:
|
|
cd 1 && make
|
|
cd 2 && make
|
|
cd 2.b && make
|
|
cd 3 && make
|
|
cd 4 && make
|
|
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -dPDFSETTINGS=/prepress -sOutputFile=relazione_868611_Francesco_Mecca.pdf \
|
|
1/1.pdf 2/2.pdf 2.b/2.b.pdf 3/analisi.pdf 4/4.pdf
|