From 837ec2f9d804808dbe31a72299b8a6f956823021 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 14 Oct 2017 17:29:04 +0200 Subject: [PATCH] Use TracyClient.cpp in test program. --- test/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/Makefile b/test/Makefile index bad03eb9..7930082f 100644 --- a/test/Makefile +++ b/test/Makefile @@ -7,10 +7,7 @@ IMAGE := tracy_test SRC := \ test.cpp \ - ../client/TracyProfiler.cpp \ - ../common/tracy_lz4.cpp \ - ../common/TracySocket.cpp \ - ../common/TracySystem.cpp + ../TracyClient.cpp OBJ := $(SRC:%.cpp=%.o)