12 lines
222 B
Makefile
12 lines
222 B
Makefile
TEXFILES= \
|
|
boolean_logical_indexing.tex \
|
|
control_flow.tex \
|
|
matrices.tex \
|
|
scripts_functions.tex \
|
|
structs_cells.tex \
|
|
variables_types.tex \
|
|
vectors_matrices.tex \
|
|
vectors.tex
|
|
|
|
include ../../exercises.mk
|