-
GUEZ Lionel authoredGUEZ Lionel authored
GNUmakefile 241 B
objects = degeneracy.pdf periodicity.pdf copy.pdf set_contours.pdf \
SHPC.pdf slice.pdf nearby_extr.pdf descending.pdf input_output.pdf
%.pdf: %.odg
unoconv --doctype=graphics $<
%.pdf: %.py
$<
all: ${objects}
clean:
rm -f ${objects}