gdb-best-friend/Makefile
Sergio Durigan Junior dd97dffcfb Adding slides in en_US
This commit adds the slides in en_US, and also the examples.
2014-10-16 18:47:50 -04:00

12 lines
196 B
Makefile

CC = pdflatex
TARGET = gdb-best-friend
EXTENSION = tex
all:
set -e ; \
for i in 1 2 ; do \
$(CC) $(TARGET).$(EXTENSION) ; \
done ;
clean:
rm -f $(TARGET).{aux,log,nav,out,pdf,snm,toc,vrb}