Commit b2113fb3 authored by Yoni Fogel's avatar Yoni Fogel

Make clean gets rid of TAGS (obsolete TAGS files in other directories can override)

git-svn-id: file:///svn/toku/tokudb@12374 c7de825b-a66e-492c-adef-691d508d4ae1
parent 9f51e40c
......@@ -326,6 +326,8 @@ clean-default:
rm -f *.exe *.obj *.pdb *.ilk
rm -f *.exe.manifest *.dll.manifest
rm -rf *.bundle
rm -rf TAGS
#Prevent using the wrong extensions/target types (Otherwise prereqs get confused).
%$(WRONGBINSUF): %.c
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment