commit 26242ab70628600ba802cbe7ffe1422ac73deb1e parent cfd51d5e7ecd57188d2adcc968793076c0ea732e Author: rsc <devnull@localhost> Date: Fri, 25 Nov 2005 13:18:11 +0000 For annoying people like Uriel. Diffstat:
A | Makefile | | | 3 | +++ |
A | configure | | | 4 | ++++ |
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -0,0 +1,3 @@ +%: + @echo read the README file + diff --git a/configure b/configure @@ -0,0 +1,4 @@ +#!/bin/sh + +echo read the README file. +