libafs-tree-clean-target-20090221

LICENSE IPL10

Add clean and distclean targets to the libafs_tree Makefile, based on
suggestions by jhutz.
This commit is contained in:
Russ Allbery 2009-02-21 20:51:08 +00:00
parent 2290db5f16
commit f83cfcafcb

View File

@ -7,3 +7,10 @@
all: all:
cd src && cd libafs && $(MAKE) 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