aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorOndrej Čerman2019-10-12 21:46:51 +0200
committerOndrej Čerman2019-10-12 21:46:51 +0200
commit2a912ed3055593613e1c36add99e156bb105f863 (patch)
tree04405235160dcfabe94e6d160ce1e498e0f1d86a /makefile
parent43fb7cb8da5331037d81eeb905860ecec958a456 (diff)
Updated makefile + fixed warnings
Diffstat (limited to 'makefile')
-rwxr-xr-xmakefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/makefile b/makefile
index 643bd12..be1ac76 100755
--- a/makefile
+++ b/makefile
@@ -1,2 +1,5 @@
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
+ 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 -Wall
+
+clean:
+ rm -f zenmonitor