From 73e8f0af036e6e35cfa696cebf35726bed8ed299 Mon Sep 17 00:00:00 2001 From: prozessorkern Date: Fri, 1 May 2020 13:43:58 +0200 Subject: [PATCH] fixed whitespaces in makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 8a66d79..c4a43eb 100644 --- a/makefile +++ b/makefile @@ -42,7 +42,7 @@ INTEGRATIONTEST_SOURCES := test/integrationtest/test_main.cpp test/integrationtest/test_integration.cpp \ test/integrationtest/test_integration_opt.cpp \ test/integrationtest/test_integration_optLong.cpp \ - test/integrationtest/test_integration_continue.cpp \ + test/integrationtest/test_integration_continue.cpp \ test/integrationtest/test_integration_busy.cpp UNITTEST_CPPOBJ := $(patsubst %.cpp,$(OBJ_DIR)%.o,$(UNITTEST_SOURCES))