Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Makefile5
1 files changed, 1 insertions, 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)