diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index bd47676..2a56345 100644 --- a/Makefile.in +++ b/Makefile.in @@ -281,7 +281,7 @@ clean: sweep done distclean: clean - for subdir in po scripts w3mimg; \ + for subdir in po scripts w3mimg libwc; \ do \ (cd $$subdir && $(MAKE) distclean); \ done |