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)