LDFLAGS = -lcsv

EXAMPLES = csvfix csvinfo csvtest csvvalid

all: $(EXAMPLES)

clean:
	rm -f $(EXAMPLES) *~
