From c807235d28cbdc669af28d84e86fa1d76da72d4b Mon Sep 17 00:00:00 2001 From: Jason Turley Date: Wed, 28 Aug 2019 21:20:03 -0500 Subject: [PATCH] Update Makefile --- epi_judge_cpp_solutions/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epi_judge_cpp_solutions/Makefile b/epi_judge_cpp_solutions/Makefile index 98134a0a9..eb9ded220 100644 --- a/epi_judge_cpp_solutions/Makefile +++ b/epi_judge_cpp_solutions/Makefile @@ -1,4 +1,4 @@ -#Comile and run by "make " +# Compile and run by "make " BUILD_DIR := cpp_build SRC_DIR := . TEST_DATA_DIR := ../test_data