Skip to content

Commit

Permalink
Update on 01/30/2018
Browse files Browse the repository at this point in the history
  • Loading branch information
tsunghsienlee committed Jan 31, 2018
1 parent 3415323 commit 3774273
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 27 deletions.
1 change: 0 additions & 1 deletion epi_judge_cpp/CMakeLists.txt
Expand Up @@ -168,7 +168,6 @@ add_executable(road_network road_network.cc)
add_executable(roman_to_integer roman_to_integer.cc)
add_executable(rook_attack rook_attack.cc)
add_executable(rotate_array rotate_array.cc)
add_executable(rotate_array_permutation rotate_array_permutation.cc)
add_executable(run_length_compression run_length_compression.cc)
add_executable(search_entry_equal_to_index search_entry_equal_to_index.cc)
add_executable(search_first_greater_value_in_bst search_first_greater_value_in_bst.cc)
Expand Down
15 changes: 0 additions & 15 deletions epi_judge_cpp/Makefile
Expand Up @@ -2378,21 +2378,6 @@ rotate_array_dbg: $(BUILD_DIR)/rotate_array_dbg
.PHONY: rotate_array rotate_array_dbg


# rotate_array_permutation.cc

$(BUILD_DIR)/rotate_array_permutation: $(SRC_DIR)/rotate_array_permutation.cc $(BUILD_DIR)
$(CXX_COMPILER) $(CXX_FLAGS_RELEASE) -o $@ $<
rotate_array_permutation: $(BUILD_DIR)/rotate_array_permutation
$< --test_data_dir $(TEST_DATA_DIR)

$(BUILD_DIR)/rotate_array_permutation_dbg: $(SRC_DIR)/rotate_array_permutation.cc $(BUILD_DIR)
$(CXX_COMPILER) $(CXX_FLAGS_DEBUG) -o $@ $<
rotate_array_permutation_dbg: $(BUILD_DIR)/rotate_array_permutation_dbg
$< --test_data_dir $(TEST_DATA_DIR)

.PHONY: rotate_array_permutation rotate_array_permutation_dbg


# run_length_compression.cc

$(BUILD_DIR)/run_length_compression: $(SRC_DIR)/run_length_compression.cc $(BUILD_DIR)
Expand Down
11 changes: 0 additions & 11 deletions epi_judge_cpp/rotate_array_permutation.cc

This file was deleted.

0 comments on commit 3774273

Please sign in to comment.