update - 9base - revived minimalist port of Plan 9 userland to Unix | |
git clone git://git.suckless.org/9base | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 03259d69b6fd02e0fccd2444fb36b8aae998deb1 | |
parent 8d32bc598c90490fc0a9243b2c0f723958be604c | |
Author: Anselm R Garbe <[email protected]> | |
Date: Thu, 27 Aug 2009 18:51:52 +0100 | |
update | |
Diffstat: | |
M Makefile | 1 + | |
1 file changed, 1 insertion(+), 0 deletions(-) | |
--- | |
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 |