# builtin rules handle it all nicely :-)

TARGETS = scsi-startstop

all:	$(TARGETS)
clean:
	-rm -f $(TARGETS)
distclean: clean
	-rm -f *~
	
.PHONY: all clean distclean
