Add support for 'actions'
[herbe.git] / makefile
index c6e42b0b8b009e4e483c5c237a123afb16d25c4a..dcc5639afb3b19520c90eff928690333a592ceeb 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
 default:
-       gcc herbe.c -lX11 -lXft -I/usr/include/freetype2 -lm -o herbe
+       gcc herbe.c -Wall -Wextra -pedantic -lX11 -lXft -I/usr/include/freetype2 -lm -pthread -o herbe
 
 install: default
        cp herbe /usr/local/bin