STABLE14-libafs-tree-clean-target-20090221

LICENSE IPL10

Add clean and distclean targets to the libafs_tree Makefile, based on
suggestions by jhutz.


(cherry picked from commit f83cfcafcb)
This commit is contained in:
Russ Allbery 2009-02-21 20:53:50 +00:00
parent aa53855bce
commit 5bee49d05c

View File

@ -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