Skip to content

Commit

Permalink
remove not needed arg passed to gen
Browse files Browse the repository at this point in the history
  • Loading branch information
fmontoto committed Sep 15, 2016
1 parent 5aed2c6 commit c92f50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/k2_trees/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ timing: execs $(RES_FILES)
$(eval K2_ID:=$(call dim,2,$*))
$(eval TC_PATH:=$(call config_select,test_case.config,$(TC_ID),2))
$(eval NUM_BYTE:=$(call config_select,test_case.config,$(TC_ID),5))
@$(BIN_DIR)/gen_k2_$(K2_ID) $(TC_PATH) "../tmp/K2T.$(TC_ID).$(K2_ID)" "../tmp"
@$(BIN_DIR)/gen_k2_$(K2_ID) $(TC_PATH) "../tmp/K2T.$(TC_ID).$(K2_ID)"

# Execute $(BIN_DIR)/build_[K2_ID] and write result
results/%: test_case.config $(DL) $(DL_K2T) execs
Expand Down

0 comments on commit c92f50a

Please sign in to comment.