summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-12-31 12:01:39 -0400
committerJoey Hess <joeyh@joeyh.name>2017-12-31 12:01:39 -0400
commitd8b56c94947d6270ff70740ea0d56134f692eaa2 (patch)
tree7af72f66b8b80c1a428c01eb76413ff80c14c77b
parentb8cddfef1344f7ec196324e9f345ceb45bd6c76d (diff)
downloadmoreutils-d8b56c94947d6270ff70740ea0d56134f692eaa2.tar.gz
clean is_utf8 subdir
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2241fd7..1e92f61 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,8 @@ DOCBOOK2XMAN=xsltproc --param man.authors.section.enabled 0 $(DOCBOOKXSL)/manpag
all: $(BINS) $(MANS)
clean:
- rm -f $(BINS) $(MANS) dump.c errnos.h errno.o
+ rm -f $(BINS) $(MANS) dump.c errnos.h errno.o \
+ is_utf8/*.o is_utf8/isutf8
isutf8: is_utf8/*.c is_utf8/*.h
$(MAKE) -C is_utf8/