ROOT = ../../..
include $(ROOT)/config.mk

BIN = $(ROOT)/bin/djinfo
OBJS = djinfo.o
LIBS += -ldjImage -ldj

include $(ROOT)/mk/bin.mk
