Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gtop for AGX with DLA power usage #10

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add make install and uninstall
  • Loading branch information
maym86 committed Apr 9, 2020
commit 3ffd77b1503953558dd83a06780d06e04fb2c3d4
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -6,3 +6,9 @@ fake:

travis:
$(CXX) -std=c++14 gtop.cc utils.cc display.cc -o gtop -pedantic -Wall -Wextra -lncurses -lpthread

install: all
cp gtop /usr/local/bin

unistall:
rm -f /usr/local/bin/gtop