16 lines
137 B
Makefile
16 lines
137 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES= \
|
|
apollo.c
|
|
|
|
PRG_SOURCES=\
|
|
apollo1.prg \
|
|
|
|
LIBNAME=apollo
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|