OBJ=dm.obj
CFLAGS=-AL -Zi -Zd

dm.exe:	$(OBJ)
	link $(OBJ)/co,dm.exe;

dm.obj:	dm.c common.c vga.h makefile
