Add support for 'actions'
[herbe.git] / makefile
index 1cea854035bbef593d6c0acf66ce9e15691ad365..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
@@ -8,4 +8,4 @@ uninstall:
        rm /usr/local/bin/herbe
 
 clean:
-       rm -f herbe
\ No newline at end of file
+       rm -f herbe