mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-21 23:29:16 +00:00
13 lines
147 B
Makefile
13 lines
147 B
Makefile
#
|
|
# Makefile for libc/tests.
|
|
#
|
|
# $Id: Makefile,v 1.1 1997/02/28 05:12:51 gdr Exp $
|
|
#
|
|
|
|
.INCLUDE: ../const.mk
|
|
|
|
TESTS =
|
|
|
|
default: $(TESTS)
|
|
/bin/true
|