Code

Add the presentation slides for the intro and gRPC talks.
[go-talk.git] / tex / Makefile
1 TOKKEEBEAMER = tokkeebeamer
2 include $(TOKKEEBEAMER)/tokkeebeamer.mk
4 all: go-intro.pdf go-grpc.pdf
6 go-intro.pdf: go-intro.tex tokkeebeamer/*.sty Makefile
7 go-grpc.pdf: go-grpc.tex tokkeebeamer/*.sty Makefile
9 clean:
10         rm -f *.aux *.log *.nav *.out *.snm *.toc *.vrb
11         rm -f go-intro.pdf go-grpc.pdf
13 .PHONY: all clean