14 lines
125 B
Makefile
14 lines
125 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../../
|
|
|
|
C_SOURCES=\
|
|
gtdos.c \
|
|
mousedos.c \
|
|
|
|
LIBNAME=gtdos
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|