#CFLAGS=-O2 -m486 -fomit-frame-pointer -pipe -s
CFLAGS=-O6 -mpentium -fomit-frame-pointer -pipe -s

TARGETS = scsi-start scsi-stop scsi-idle

all: $(TARGETS)

clean:
	rm -f *.o $(TARGETS)
