mp2 started, tutorial 1 + modified Makefile
[lectures/latex.git] / solid_state_physics / tutorial / Makefile
index 794214d..8b4e666 100644 (file)
@@ -2,7 +2,7 @@
 LATEX = latex
 DVIPDF = dvipdf
 
-SRC := $(shell ls 1_0*.tex)
+SRC := $(shell ls [12]_0*.tex)
 PDF = $(SRC:%.tex=%.pdf)
 
 all: $(PDF)