Skip to content

Commit

Permalink
Fix to bp compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
safl committed Apr 3, 2015
1 parent 36a1ace commit 5956cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/bp_compile
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ def compile(search_path=None, languages=['c','cpp']):
print(err)

if __name__ == "__main__":
compile("benchmarks", ['c', 'cpp'])
compile()

0 comments on commit 5956cd5

Please sign in to comment.