CC	=	gcc
CFLAGS	=	-O2
LDFLAGS	=	-s

all:	dvidvi
clean:
	rm -f dvidvi *.o *.aux *.log *~
