mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 06:50:12 +00:00
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:
parent
2290db5f16
commit
f83cfcafcb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user