From f83cfcafcbec8a953161fad300073b85a4215a03 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sat, 21 Feb 2009 20:51:08 +0000 Subject: [PATCH] libafs-tree-clean-target-20090221 LICENSE IPL10 Add clean and distclean targets to the libafs_tree Makefile, based on suggestions by jhutz. --- Makefile-libafs.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile-libafs.in b/Makefile-libafs.in index 64f78845bb..8ef8abaf34 100644 --- a/Makefile-libafs.in +++ b/Makefile-libafs.in @@ -7,3 +7,10 @@ all: cd src && cd libafs && $(MAKE) + +clean: + cd src && cd libafs && $(MAKE) clean + +distclean: clean + rm -f Makefile src/config/Makefile.config src/config/Makefile.version \ + src/libafs/Makefile.common src/libafs/Makefile