From: Russ Allbery Date: Sat, 21 Feb 2009 20:51:08 +0000 (+0000) Subject: libafs-tree-clean-target-20090221 X-Git-Tag: openafs-devel-1_5_61~512 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=f83cfcafcbec8a953161fad300073b85a4215a03 libafs-tree-clean-target-20090221 LICENSE IPL10 Add clean and distclean targets to the libafs_tree Makefile, based on suggestions by jhutz. --- diff --git a/Makefile-libafs.in b/Makefile-libafs.in index 64f7884..8ef8aba 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