#  This is the makefile for the Amiga.  Make sure `int' is at least 32 bits.

CFLAGS =

all: dvidvi

dvidvi: dvidvi.c
	cc $(CFLAGS) -o dvidvi dvidvi.c
