15 lines
123 B
Makefile
15 lines
123 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../../
|
|
|
|
C_SOURCES=\
|
|
|
|
PRG_SOURCES=\
|
|
nulsys.prg \
|
|
|
|
LIBNAME=nulsys
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|