gno/lib/libc/locale/Makefile

19 lines
249 B
Makefile
Raw Normal View History

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