mirror of
https://github.com/eddyem/lectures.git
synced 2026-03-20 08:41:01 +03:00
put actrocrafts into repo
This commit is contained in:
11
AstroCrafts/Makefile
Normal file
11
AstroCrafts/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
SRCS = $(wildcard *.tex)
|
||||
PDFS = $(SRCS:.tex=.pdf)
|
||||
|
||||
|
||||
all: $(PDFS)
|
||||
|
||||
%.pdf : %.tex
|
||||
latexmk --pdf $<
|
||||
|
||||
clean:
|
||||
rm -f *.aux *.log *.nav *.out *.snm *.backup *.toc *~ *.fls *.fdb_latexmk
|
||||
Reference in New Issue
Block a user