mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-10-31 11:07:44 +00:00
Makefile:
added swab.c to build list
This commit is contained in:
parent
8cdc379e42
commit
accedc8b02
@ -1,12 +1,12 @@
|
|||||||
#
|
#
|
||||||
# gno/lib/libc/string/Makefile
|
# gno/lib/libc/string/Makefile
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.6 1998/02/19 01:07:47 gdr-ftp Exp $
|
# $Id: Makefile,v 1.7 1999/09/01 01:02:13 gdr-ftp Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
LIB = c
|
LIB = c
|
||||||
LIBPFX = $(OBJ_DIR)../
|
LIBPFX = $(OBJ_DIR)../
|
||||||
NO_REZ = true
|
NO_REZ = true
|
||||||
SRCS = case.c str.c strerror.c
|
SRCS = case.c str.c strerror.c swab.c
|
||||||
|
|
||||||
.INCLUDE: /src/gno/lib/lib.mk
|
.INCLUDE: /src/gno/lib/lib.mk
|
||||||
|
Loading…
Reference in New Issue
Block a user