mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-03 15:29:45 +00:00
a071932b06
- have default target update ../libc
19 lines
249 B
Makefile
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
|