mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-22 14:30:29 +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
|