Add a symlinkclean target to remove symlinks
SVN-Revision: 6720
This commit is contained in:
parent
e25fff9a14
commit
e3e20cce5c
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -190,6 +190,9 @@ doc:
|
|||
docclean:
|
||||
$(MAKE) -C docs/ clean
|
||||
|
||||
symlinkclean:
|
||||
find package -type l | xargs rm -f
|
||||
|
||||
.SILENT: clean dirclean distclean config-clean download world
|
||||
FORCE: ;
|
||||
.PHONY: FORCE help
|
||||
|
|
Loading…
Reference in a new issue