From 9aadd3ff2034c83aa60b7ce1a9c33e2ea9f2f023 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 7 Jan 2008 21:52:48 +0100 Subject: [PATCH] `make clean' vycisti i adresar `manual'. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9d6901a..1f388b8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: clean: - for a in *-* all ; do ( cd $$a && make clean ) ; done + for a in *-* all manual ; do ( cd $$a && make clean ) ; done rm -f *~ .SECONDARY: -- 2.39.2