update - 9base - revived minimalist port of Plan 9 userland to Unix
HTML git clone git://git.suckless.org/9base
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 03259d69b6fd02e0fccd2444fb36b8aae998deb1
DIR parent 8d32bc598c90490fc0a9243b2c0f723958be604c
HTML Author: Anselm R Garbe <anselm@garbe.us>
Date: Thu, 27 Aug 2009 18:51:52 +0100
update
Diffstat:
M Makefile | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/Makefile b/Makefile
@@ -15,6 +15,7 @@ all:
clean:
@for i in ${SUBDIRS}; do cd $$i; ${MAKE} clean || exit; cd ..; done
+ @rm -f 9base-${VERSION}.tar.gz
@echo cleaned 9base
install: all