Skip to content

Commit caba043

Browse files
tracy will no longer be a problem
1 parent ec9330c commit caba043

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,14 @@ LIBS = -lzmq -lX11 -lXcomposite -lXtst -lXext -lXfixes -lprotobuf -lspdlog -lfmt
2121

2222

2323
all: FLAGS+=-O3 -g
24-
all: include/protos/api.pb.h matrix trampoline build/diagnosis tools/deployTools/bootServer
24+
all: tracy include/protos/api.pb.h matrix trampoline build/diagnosis tools/deployTools/bootServer
2525

2626
profiled: FLAGS+=-O3 -g -D TRACY_ENABLE
2727
profiled: matrix
2828

29+
tracy:
30+
git submodule update --init
31+
2932
matrix: $(ALL_OBJECTS) build/main.o
3033
g++ -std=c++20 $(FLAGS) -g -o matrix build/main.o $(ALL_OBJECTS) $(LIBS) -Wl,--as-needed $(INCLUDES)
3134

0 commit comments

Comments
 (0)