mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-09-16 16:55:48 +00:00
6bfb3527a9
- most Makefiles now use gno/lib/lib.mk (not all of libc has been done yet)
16 lines
244 B
Makefile
16 lines
244 B
Makefile
#
|
|
# This is the makefile for liby, GNO v2.0.6
|
|
#
|
|
# $Id: Makefile,v 1.3 1998/02/08 03:47:40 gdr-ftp Exp $
|
|
#
|
|
|
|
LIB = y
|
|
SRCS = main.c yyerror.c
|
|
OPTIMIZE = 78
|
|
|
|
.INCLUDE: /src/gno/lib/lib.mk
|
|
|
|
$(LIBTARGET):: lib$(LIB).r
|
|
$(CATREZ) -d $@ lib$(LIB).r
|
|
|