aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorOndrej Čerman2019-06-15 16:51:21 +0200
committerOndrej Čerman2019-06-15 16:51:21 +0200
commit37fc68ca76571bbb1ccf8c21ea159e5273bcde4a (patch)
tree352b1cde0b3b331f10cd38538315df1197615019 /makefile
parentafdd058cfb2e06dee04a373ab98b380e4e3e5ad9 (diff)
New version - code rewritten to c, added GTK3 gui, added Core and Package Power monitoring via MSR
Diffstat (limited to 'makefile')
-rwxr-xr-xmakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile b/makefile
new file mode 100755
index 0000000..643bd12
--- /dev/null
+++ b/makefile
@@ -0,0 +1,2 @@
+build:
+ cc -Isrc/include `pkg-config --cflags gtk+-3.0` src/*.c src/ss/*.c -o zenmonitor `pkg-config --libs gtk+-3.0` -lm -no-pie