gno/lib/libc/string/Makefile
gdr 228ac9913d - move optimization directives from the source files to the makefile
- have the default makefile target update ../libc
1997-09-21 06:23:08 +00:00

19 lines
265 B
Makefile

#
# gno/lib/libc/string/Makefile
#
# Devin Reade, 1997
#
# $Id: Makefile,v 1.3 1997/09/21 06:23:07 gdr Exp $
#
.INCLUDE: ../../../paths.mk
.INCLUDE: ../../const.mk
OBJS = case.o str.o strerror.o
CFLAGS += -O78
build: ../libc
obj: $(OBJS)
.INCLUDE: ../rules.mk