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