13 lines
109 B
Makefile
13 lines
109 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
PRG_SOURCES=\
|
|
debugger.prg
|
|
|
|
LIB=debug
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|