16 lines
138 B
Makefile
16 lines
138 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
dbcmd.c \
|
|
|
|
PRG_SOURCES=\
|
|
rddsys.prg \
|
|
|
|
LIB=rdd
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|