gdb-steroids/Makefile
Sergio Durigan Junior f2a4ecb724 Initial commit.
This is the beginning of the gdb-steroids talk.  It's still missing a
lot.
2014-01-03 15:57:33 -02:00

12 lines
193 B
Makefile

CC = pdflatex
TARGET = gdb-steroids
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}