Skip to content

Commit

Permalink
version 0.2.0 with log and svg plot
Browse files Browse the repository at this point in the history
  • Loading branch information
slw287r committed Apr 8, 2022
1 parent 9367d3a commit a331bbc
Show file tree
Hide file tree
Showing 3 changed files with 828 additions and 79 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
mntr: mntr.c thpool.c
gcc -static -o $@ $^ -lprocps -lpthread -lm

install:
scp mntr [email protected]:/home/geneplus/.local/bin
gcc -static -o $@ $^ -lprocps -lpthread -lm -lcairo

clean:
rm -f mntr
Loading

0 comments on commit a331bbc

Please sign in to comment.