mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-18 19:09:31 +00:00
6848d48a2e
getting too many files
19 lines
256 B
Makefile
19 lines
256 B
Makefile
#
|
|
# gno/lib/libc/locale/Makefile
|
|
#
|
|
# Devin Reade, 1997
|
|
#
|
|
# $Id: Makefile,v 1.4 1997/10/03 04:44:24 gdr Exp $
|
|
#
|
|
|
|
.INCLUDE: ../../../paths.mk
|
|
.INCLUDE: ../../const.mk
|
|
|
|
OBJS = table.o
|
|
CFLAGS += -O78
|
|
|
|
build .PHONY: ../libc
|
|
obj: $(OBJS)
|
|
|
|
.INCLUDE: ../rules.mk
|