mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-22 14:30:29 +00:00
accedc8b02
added swab.c to build list
13 lines
208 B
Makefile
13 lines
208 B
Makefile
#
|
|
# gno/lib/libc/string/Makefile
|
|
#
|
|
# $Id: Makefile,v 1.7 1999/09/01 01:02:13 gdr-ftp Exp $
|
|
#
|
|
|
|
LIB = c
|
|
LIBPFX = $(OBJ_DIR)../
|
|
NO_REZ = true
|
|
SRCS = case.c str.c strerror.c swab.c
|
|
|
|
.INCLUDE: /src/gno/lib/lib.mk
|