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

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

include $(ROOT)/mk/bin.mk
