commit 7aa291258aed8a90c7e602b2ddbc76bb5dbcf5d4
parent b850c223aed87337023485dd77b7ee36e1d4fd14
Author: klewer-martin <martin.cachari@gmail.com>
Date: Wed, 10 Feb 2021 18:57:58 -0300
Update on windows make file, deleted an unnecessary echo statement;
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/make.bat b/make.bat
@@ -1,8 +1,6 @@
SET CC=gcc
SET CFLAGS=-std=c99 -Wall -pedantic
-
-echo %CFLAGS%
%CC% %CFLAGS% -c print_file.c
%CC% %CFLAGS% -c read_file.c
%CC% %CFLAGS% -c load_country_codes.c