Alex A. Naanou 8b594fd4e2 minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2023-03-13 20:12:15 +03:00

28 lines
382 B
Makefile

#
# Example spread generator...
#
# Usage:
# $ make
#
# To make a specifc spread (0-based index) use:
# $ SPREAD=1 make
#
# For more info use:
# make-spreads.sh --help
#
#
MAKESPREADS := ../../scripts/make-spreads.sh
spreads.tex: spreads $(wildcard spreads/*/*)
$(MAKESPREADS) $< $(SPREAD) > $@
dist:
clean:
rm -f spreads.tex
all: spreads.tex