tFor annoying people like Uriel. - plan9port - [fork] Plan 9 from user space | |
git clone git://src.adamsgaard.dk/plan9port | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 26242ab70628600ba802cbe7ffe1422ac73deb1e | |
parent cfd51d5e7ecd57188d2adcc968793076c0ea732e | |
Author: rsc | |
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 | |
t@@ -0,0 +1,3 @@ +%: + @echo read the README file + | |
diff --git a/configure b/configure | |
t@@ -0,0 +1,4 @@ +#!/bin/sh + +echo read the README file. + |