# make the objects

CFLAGS = -I../src -I$(HOME)/include

OBJ=	dld.o

all:	$(OBJ)
