
OBJ= \
	clear_window.o \
	cls.o \
	color_set.o \
	draw.o \
	enter_gmode.o \
	exit_gmode.o \
	filled_box.o \
	get_int.o \
	get_mouse.o \
	graf_text.o \
	keypress.o \
	line.o \
	mouse.o \
	move.o \
	paint.o \
	put_chr.o \
	put_int.o \
	raster_int.o \
	raster_chr.o \
	raw_in.o \
	set_window.o \
	tty_modes.o \
	wait_key.o

all: $(LIBDIR)/deblib.a

$(LIBDIR)/deblib.a: $(OBJ)
	$(AR)
