mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-02 23:31:56 +00:00
12 lines
140 B
Makefile
12 lines
140 B
Makefile
#
|
|
# $Id: Makefile,v 1.1 1997/02/28 05:12:48 gdr Exp $
|
|
#
|
|
|
|
.INCLUDE: ../../const.mk
|
|
|
|
OBJS = table.o
|
|
|
|
default: $(OBJS)
|
|
|
|
.INCLUDE: ../rules.mk
|