Skip to content

Commit

Permalink
Delete Makefiles after cmake is generated
Browse files Browse the repository at this point in the history
  • Loading branch information
krx committed Aug 1, 2016
1 parent 168ae2a commit 2183002
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/makefiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ def generate_cmake(path):
with open(cmake_path, 'w') as f:
f.write(cmake)

# Delete the now unused Makefile
os.remove(path)


def main():
makefiles = glob.glob(os.path.join(CHAL_DIR, '*', 'Makefile'))
Expand Down

0 comments on commit 2183002

Please sign in to comment.