gno/lib/libc/locale/Makefile

19 lines
256 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.4 1997/10/03 04:44:24 gdr Exp $
#
1997-09-05 06:15:49 +00:00
.INCLUDE: ../../../paths.mk
.INCLUDE: ../../const.mk
OBJS = table.o
CFLAGS += -O78
build .PHONY: ../libc
obj: $(OBJS)
.INCLUDE: ../rules.mk