gno/lib/libc/locale/Makefile
gdr a071932b06 - specify optimization level 78 in makefile
- have default target update ../libc
1997-09-21 06:10:26 +00:00

19 lines
249 B
Makefile

#
# gno/lib/libc/locale/Makefile
#
# Devin Reade, 1997
#
# $Id: Makefile,v 1.3 1997/09/21 06:10:26 gdr Exp $
#
.INCLUDE: ../../../paths.mk
.INCLUDE: ../../const.mk
OBJS = table.o
CFLAGS += -O78
build: ../libc
obj: $(OBJS)
.INCLUDE: ../rules.mk