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

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

include $(ROOT)/mk/bin.mk
