We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d09d45 commit fdd1b07Copy full SHA for fdd1b07
tracer/Makefile
@@ -22,6 +22,8 @@ bigsim/entities/PE.o bigsim/entities/Task.o bigsim/entities/MsgEntry.o
22
all: traceR
23
.PHONY: components install
24
25
+PREFIX = ..
26
+
27
traceR: tracer-driver.o components
28
${CXX} ${LDFLAGS} $< -o $@ ${TRACER_LDADD} ${LIBS}
29
0 commit comments