extend clean script

This commit is contained in:
arvidn 2017-12-10 22:46:08 +01:00
parent b00b3184c0
commit 34fc3d0f18
1 changed files with 3 additions and 1 deletions

View File

@ -40,6 +40,7 @@ def clean():
'.',
'tools',
'src',
'simulation',
os.path.join('src', 'kademlia'),
os.path.join('include', 'libtorrent'),
os.path.join('include', os.path.join('libtorrent', '_aux')),
@ -47,7 +48,8 @@ def clean():
os.path.join('bindings', 'python'),
os.path.join('bindings', os.path.join('python', 'src')),
os.path.join('bindings', 'c'),
os.path.join('bindings', os.path.join('c', 'src'))
os.path.join('bindings', os.path.join('c', 'src')),
os.path.join('simulation', 'libsimulator')
]
for d in directories: