]> git.tdb.fi Git - geometrycompositor.git/blobdiff - Makefile
Unbind the vertex array after rendering
[geometrycompositor.git] / Makefile
index 63e1992fa29f4648daf64d3d1b8c49bf3f1b2107..5f0dc2101af554598386b1431efe31ae8d8f2481 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,2 @@
 geometrycompositor: source/main.c
-       gcc -o $@ $< -Wall -Wextra -Werror -ggdb -lX11 -lXcomposite -lXdamage -lGL
+       gcc -o $@ $< -Wall -Wextra -Werror -std=c90 -pedantic -ggdb -lm -lX11 -lXcomposite -lXdamage -lXext -lXrandr -lGL