Don't unnecessarily call alarm when duration is zero
[herbe.git] / makefile
index 70e50804b14866395f5000a190c43bb2198849a0..dd26b9a06f22adde29411752d999ee62c029cee7 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
 default:
-       gcc herbe.c -lX11 -lXft -I/usr/include/freetype2 -o herbe
+       gcc herbe.c -Wall -Wextra -pedantic -lX11 -lXft -I/usr/include/freetype2 -lm -o herbe
 
 install: default
        cp herbe /usr/local/bin