mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-18 19:09:31 +00:00
12 lines
168 B
Makefile
12 lines
168 B
Makefile
#
|
|
# gno/lib/libc/locale/Makefile
|
|
#
|
|
# $Id: Makefile,v 1.5 1998/02/09 08:44:28 taubert Exp $
|
|
#
|
|
|
|
LIB= c
|
|
LIBPFX= $(OBJ_DIR)../
|
|
OBJS= table.o
|
|
|
|
.INCLUDE: /src/gno/lib/lib.mk
|