CFLAGS = -Wall -W -lmba -DMSGNO
PROGS  = hdump csvprint

all: $(PROGS)

clean:
	$(RM) $(PROGS)
