Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh authored Sep 1, 2023
1 parent 2f436b7 commit 1e924fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions util/tracing/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ trace_to_influxdb: trace_to_influxdb.o trace_util.o
$(CC) -o trace_to_influxdb trace_to_influxdb.o trace_util.o $(LIBS)

install: trace_to_csv trace_to_chrome trace_to_influxdb
mv trace_to_csv $(BIN_INSTALL_PATH)
mv trace_to_chrome $(BIN_INSTALL_PATH)
mv trace_to_influxdb $(BIN_INSTALL_PATH)
cp trace_to_csv $(BIN_INSTALL_PATH)
cp trace_to_chrome $(BIN_INSTALL_PATH)
cp trace_to_influxdb $(BIN_INSTALL_PATH)
cp ./visualization/fedsd.py $(BIN_INSTALL_PATH)
ln -f -s $(BIN_INSTALL_PATH)/fedsd.py $(BIN_INSTALL_PATH)/fedsd
chmod +x $(BIN_INSTALL_PATH)/fedsd
Expand Down

0 comments on commit 1e924fc

Please sign in to comment.