mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-02 08:29:28 +00:00
14 lines
172 B
Makefile
14 lines
172 B
Makefile
#
|
|
# Makefile for libc/gen.
|
|
#
|
|
# $Id: Makefile,v 1.1 1997/02/28 05:12:50 gdr Exp $
|
|
#
|
|
|
|
.INCLUDE: ../../const.mk
|
|
|
|
OBJS = case.o str.o
|
|
|
|
default: $(OBJS)
|
|
|
|
.INCLUDE: ../rules.mk
|