#
# DOSEMU Makefile
#
# Name this subdirectory:
#

NAME  = debug

#
# Build files:
#   CFILES = .c files
#   HFILES = .h files
#   MFILES = anything else in the directory
#   SUBDIR = any subdirectories here
#

CFILES= dump.c dyndeb.c ifprintf.c
SFILES=
HFILES=
MFILES=
SUBDIR=

include $(TOPDIR)/Makefile.common


