CFLAGS = -Wall -g -ansi -std=c89 -pedantic

all: diptool decode

diptool: diptool.c

decode: decode.o

decode.o: decode.c lib_dptbin.c
